We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4905e27 commit 3a8a9e8Copy full SHA for 3a8a9e8
mkdocs.yml
@@ -1,5 +1,5 @@
1
site_name: FHIRcast
2
-pages:
+nav:
3
- Home: index.md
4
- Launch Scenarios: launch-scenarios.md
5
- Security Considerations: security-considerations.md
requirements.txt
@@ -1,13 +1,13 @@
backports-abc==0.5
-certifi==2018.1.18
-click==6.7
+certifi==2018.11.29
+click==7.0
Jinja2==2.10
-livereload==2.5.1
6
-Markdown==2.6.11
7
-MarkupSafe==1.0
8
-mkdocs==0.17.3
9
-PyYAML==3.12
+livereload==2.6.0
+Markdown==3.0.1
+MarkupSafe==1.1.0
+mkdocs==1.0.4
+PyYAML==3.13
10
singledispatch==3.4.0.3
11
-six==1.11.0
12
-tornado==4.5.3
13
-mkdocs-material==2.7.0
+six==1.12.0
+tornado==5.1.1
+mkdocs-material==3.2.0
runtime.txt
@@ -1 +1 @@
-python-2.7.14
+python-3.6.2
0 commit comments