Skip to content
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
5 changes: 4 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
# Navigate to http://localhost/docs/
services:
docs:
image: datajoint/datajoint-docs
# image: datajoint/datajoint-docs
build:
context: .
dockerfile: Dockerfile
environment:
- MODE
volumes:
Expand Down
6 changes: 3 additions & 3 deletions mkdocs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ---------------------- PROJECT SPECIFIC ---------------------------

site_name: DataJoint Documentation
site_url: https://datajoint.com/docs
site_url: https://docs.datajoint.com
repo_name: datajoint/datajoint-docs
repo_url: https://github.com/datajoint/datajoint-docs
nav:
Expand Down Expand Up @@ -115,8 +115,8 @@ extra:
link: https://www.datajoint.com
name: DataJoint
- icon: main/company-logo
link: https://datajoint.com/docs/
name: DataJoint Documentation
link: https://docs.datajoint.com
name: DataJoint Documentation
- icon: fontawesome/brands/slack
link: https://datajoint.slack.com
name: Slack
Expand Down