Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docs): DSP-API docs root route gives a 404 error (DEV-3345) #3073

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# DSP-API Docs

DSP-API is part of the DaSCH Service Platform (DSP).
The following documentation is intended for developers
and users who want to interact with the DSP-API directly through the REST API.
For a guide on how to use DSP through the web interface,
see the [DSP-APP User Guide](https://docs.dasch.swiss/latest/DSP-APP/user-guide/).
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ site_name: DSP-API

nav:
- Introduction:
- Overview: index.md
- What is DSP?: 01-introduction/what-is-dsp.md
- File Formats in DSP-API: 01-introduction/file-formats.md
- Standoff/RDF Text Markup: 01-introduction/standoff-rdf.md
Expand Down
Loading