Skip to content
Merged
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
3 changes: 2 additions & 1 deletion docs/mkdocs.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -46,7 +46,7 @@ nav:
- CogStack AI: cogstack-ai/index.md
- Natural Language Processing: overview/Natural Language Processing.md
- MedCAT:
- MedCAT: medcat/medcat-v2/docs/index.md
- MedCAT: medcat/medcat-v2/README.md
- Architecture: medcat/medcat-v2/docs/architecture.md
- Tutorials: '!import https://github.com/CogStack/cogstack-nlp?branch=main&docs_dir=medcat-v2-tutorials/notebooks/*&config=medcat-v2-tutorials/mkdocs.yml'
- Upgrading:
Expand DownExpand Up@@ -118,6 +118,7 @@ plugins:
import_url: https://github.com/CogStack/cogstack-nlp?branch=main
imports:
- medcat-v2/docs
- medcat-v2/README.md
- search
- macros
- gen-files:
Expand Down
Loading