The navigation menu is the list of links on every website. You will likely updateDocumentation Index
Fetch the complete documentation index at: https://docs.biasafe.ai/llms.txt
Use this file to discover all available pages before exploring further.
docs.json every time you add a new page. Pages do not show up automatically.
Navigation syntax
Our navigation syntax is recursive which means you can make nested navigation groups. You don’t need to include.mdx in page names.
Folders
Simply put your MDX files in folders and update the paths indocs.json.
For example, to have a page at https://yoursite.com/your-folder/your-page you would make a folder called your-folder containing an MDX file called your-page.mdx.
Navigation With Folder
Hidden pages
MDX files not included indocs.json will not show up in the sidebar but are accessible through the search bar and by linking directly to them.
| Field | Unique? | Scope | Recommendation |
|---|---|---|---|
| Strategy Name | No | Workspace | Allow duplicates, show warning |
| Strategy Code | Yes | Workspace | Required or auto-generated |
| Internal Strategy ID | Yes | Global | Hidden system field |
| Strategy Description | No | None | Allow duplicates |
| Strategy Owner | No | None | One owner can own many strategies |
| Collaborators | No | Across strategies | No duplicate collaborator inside same strategy |
| Strategy Archetype | No | None | Used for classification |
| Asset Class | No | None | Used for classification |
| Portfolio Structure | No | None | Used for classification |
| Base Currency | No | None | Used for reporting |
| Backtest Period | No | None | Used for simulation scope |
| Backtest Version ID | Yes | Strategy | Sequential versioning |
| Live Model ID | Yes | Production layer | Created at deployment |

