We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc23dcc commit 0bb4db6Copy full SHA for 0bb4db6
docs/README.md
@@ -30,7 +30,9 @@ java-slack-sdk/
30
│ ├── pages/ (stuff that isn't docs. This is empty for this repo!)
31
│ └── theme/ (only contains the 404 page)
32
├── version-config.yml (Where version numbers are set)
33
-├── docusaurus.config.js (main config file. also where to set navbar/footer)
+├── docusaurus.config.js (main config file)
34
+├── footerConfig.js (footer. go to main repo to change)
35
+├── navbarConfig.js (navbar. go to main repo to change)
36
└── sidebar.js (manually set where the docs are in the sidebar.)
37
```
38
0 commit comments