Unverified Commit a30bf323 authored by Jin Hyuk Chang's avatar Jin Hyuk Chang Committed by GitHub

Adding Dashboard ingestion guide to github page (#444)

* Added Dashboard ingestion guide link to github page

* Update
parent 943babd6
......@@ -5,11 +5,11 @@ set -ex
# We use https://www.mkdocs.org/user-guide/deploying-your-docs/ to build/deploy docs
# Currently the doc is built/deployed manually. We should first build and deploy locally and verify it.
# Here are some basic steps:
# 1. virtualenv env
# 1. virtualenv venv
# 2. source venv/bin/activate
# 3. pip3 install -r requirements.txt
# 4. brew install mkdocs
# 5. mkdocs serve # build locally and serve it in localhost:8000
# 5. mkdocs serve # build locally and serve it in localhost:8000 . On mac OS, you may face ImportError and you may need to downgrade openssl by $ brew switch openssl 1.0.2r
# 6. mkdocs gh-deploy # deploy to gh page
# Delete any existing temporary website clone.
......
......@@ -66,6 +66,7 @@ nav:
- 'How to index metadata for real life databases': 'tutorials/index-postgres.md'
- 'How to setup a preview client with Apache Superset': 'tutorials/data-preview-with-superset.md'
- 'How to setup user profiles': 'tutorials/user-profiles.md'
- 'How to ingest Dashboard': 'databuilder/docs/dashboard_ingestion_guide.md'
- 'Deployment':
- 'Authentication': 'authentication/oidc.md'
- 'AWS ECS Installation': 'installation-aws-ecs/aws-ecs-deployment.md'
......@@ -99,6 +100,7 @@ nav:
- 'Databuilder':
- 'Overview': 'databuilder/README.md'
- 'Models': 'databuilder/docs/models.md'
- 'Dashboard Ingestion guide': 'databuilder/docs/dashboard_ingestion_guide.md'
- 'Common':
- 'Overview': 'common/README.md'
- 'FAQ': faq.md
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment