Skip to content

Commit

Permalink
v2.0.5 beta docs, staging code for v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
iann838 committed Dec 10, 2020
1 parent 0d4e46f commit 2611bd3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion docs/src/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,13 +271,19 @@ module.exports = {
}
],
'/topics/': [
{
title: "General",
collapsable: false,
children: [
'',
]
},
{
title: "Topics",
collapsable: false,
sidebarDepth: 2,
initialOpenGroupIndex: 1,
children: [
'',
'slow',
'sudden_stop',
]
Expand Down
2 changes: 1 addition & 1 deletion docs/src/core/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pyot Settings are passed as constructors parameters to the class. It takes the n
Don't forget to call `activate()` at the end of your settings instantiation.
:::

***Relevant related documentations: [Pipeline](/pipeline/) & [Stores](/stores/).***
Relevant related documentations: **[Pipeline](/pipeline/)** & **[Stores](/stores/)**.

## Pyot Settings API

Expand Down

0 comments on commit 2611bd3

Please sign in to comment.