-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #109 from bonsai-rx/flat-toc
Flatten table of contents for conceptual documentation
- Loading branch information
Showing
17 changed files
with
29 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
--- | ||
uid: design-guidelines | ||
title: "Design Guidelines" | ||
--- | ||
|
||
# Design Guidelines | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
--- | ||
uid: editor | ||
title: "Workflow Editor" | ||
--- | ||
|
||
# Workflow Editor | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
--- | ||
uid: gallery | ||
title: "Bonsai Gallery" | ||
--- | ||
|
||
# Bonsai Gallery | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
--- | ||
uid: higher-order | ||
title: "Higher-Order Operators" | ||
--- | ||
|
||
# Higher-Order Operators | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
--- | ||
uid: observables | ||
title: "Observables" | ||
--- | ||
|
||
# Observables | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
--- | ||
uid: operators | ||
title: "Operators" | ||
--- | ||
|
||
# Operators | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
--- | ||
uid: packages | ||
title: "Package Manager" | ||
--- | ||
|
||
# Package Manager | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
--- | ||
uid: property-mapping | ||
title: "Property Mapping" | ||
--- | ||
|
||
# Property Mapping | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
--- | ||
uid: scripting-extensions | ||
title: "Scripting Extensions" | ||
--- | ||
|
||
# Scripting Extensions | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
--- | ||
uid: subjects | ||
title: "Subjects" | ||
--- | ||
|
||
# Subjects | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,21 @@ | ||
- name: Getting Started | ||
href: installation.md | ||
items: | ||
- name: Installing Bonsai | ||
href: installation.md | ||
- name: Package Manager | ||
href: packages.md | ||
- name: Workflow Editor | ||
href: editor.md | ||
- name: Bonsai Gallery | ||
href: gallery.md | ||
- name: Environments | ||
href: environments.md | ||
- name: Get Started | ||
- href: installation.md | ||
- href: packages.md | ||
- href: editor.md | ||
- href: gallery.md | ||
- href: environments.md | ||
- name: Language Guide | ||
href: observables.md | ||
items: | ||
- name: Observables | ||
href: observables.md | ||
- name: Operators | ||
href: operators.md | ||
- name: Property Mapping | ||
href: property-mapping.md | ||
- name: Higher-Order Operators | ||
href: higher-order.md | ||
- name: Subjects | ||
href: subjects.md | ||
- name: Extending Bonsai | ||
href: cli.md | ||
items: | ||
- name: Command Line Interface | ||
href: cli.md | ||
- name: Scripting Extensions | ||
href: scripting-extensions.md | ||
- name: Creating a Package | ||
href: create-package.md | ||
- name: Documentation With Docfx | ||
href: documentation-docfx.md | ||
- name: Documentation Style Guide | ||
href: documentation-style-guide.md | ||
- name: Design Guidelines | ||
href: design-guidelines.md | ||
items: | ||
- name: Overview | ||
href: design-guidelines.md | ||
- name: Workflow Design Guidelines | ||
href: workflow-guidelines.md | ||
- href: observables.md | ||
- href: operators.md | ||
- href: property-mapping.md | ||
- href: higher-order.md | ||
- href: subjects.md | ||
- name: Extend Bonsai | ||
- href: cli.md | ||
- href: scripting-extensions.md | ||
- href: create-package.md | ||
- href: documentation-docfx.md | ||
- href: documentation-style-guide.md | ||
- name: Guidelines | ||
- href: design-guidelines.md | ||
- href: workflow-guidelines.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters