You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Install and apply the [awesome-pages mkdocs plugin](https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin). This enables mkdocs to automatically discover and include all markdown files. The alternative would be to manually include all generated markdown files in the navigation section of the `mkdocs.yaml`. In order to use the awesome-pages plugin you need to 1) install the plugin via pip 2) Include it in the plugin section `mkdocs.yaml` and remove the navigation section (needs to be handled with `.pages` files).
124
125
125
-
3.Create a`.pages` file within the api-docs subfolder (e.g. `api-docs`) with the following content:
126
+
3.If you used the `overview-file` option, a `.pages` file will be automatically created. You can also manually create the`.pages` file within the api-docs subfolder (e.g. `api-docs`) with the following content:
0 commit comments