Skip to content

Commit

Permalink
Merge pull request #550 from LACMTA/practice-changes
Browse files Browse the repository at this point in the history
new tutorial page on documentation website
  • Loading branch information
matikin9 authored Oct 3, 2024
2 parents b194f4b + a7db465 commit 9a560e4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions documentation/docs/docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Documentation Site

Changes to the documentation site, when merged into the `dev` or `main` branches will automatically be copied to the `gh-pages` branch through GitHub Actions.
5 changes: 5 additions & 0 deletions documentation/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ const sidebars = {
id: 'intro', // document ID
label: 'Getting started', // sidebar label
},
{
type: 'doc',
id: 'docs',
label: 'Documentation Site'
}
],
openApiSidebar: [
{
Expand Down

0 comments on commit 9a560e4

Please sign in to comment.