Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getting-started-sdk-JS6-architecture #319

Merged
merged 6 commits into from
Jun 5, 2019
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/sdk/js/6/controllers/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
code: false
type: branch
order: 300
order: 400
title: Controllers
description: Javascript SDK v6.x controllers
---
2 changes: 1 addition & 1 deletion src/sdk/js/6/core-classes/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
code: false
type: branch
order: 100
order: 200
title: Core Classes
description: Javascript SDK v6.x core classes
---
2 changes: 1 addition & 1 deletion src/sdk/js/6/essentials/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
code: false
type: branch
order: 0
order: 100
title: Essentials
description: Javascript SDK v6.x essential notions
---
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ code: false
type: page
title: Node.js
description: Getting started with Kuzzle and Node.js
order: 100
order: 0
---

# Getting Started with Kuzzle and Node.js
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ code: false
type: page
title: Browser (Vanilla)
description: Getting started with Kuzzle in the browser
order: 100
---

# Getting Started with Kuzzle in the browser
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ type: page
code: false
title: Webpack
description: Getting started with Kuzzle and Webpack
order: 200
---

# Getting Started with Kuzzle and Webpack
Expand Down
2 changes: 1 addition & 1 deletion src/sdk/js/6/protocols/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
code: false
type: branch
order: 200
order: 300
title: Protocols
description: Javascript SDK v6.x protocols
---