Add DocFX site generator skeleton

This commit is contained in:
Gary Tierney
2019-07-17 23:17:12 +01:00
parent a090181ea3
commit fe457d762a
18 changed files with 250 additions and 114 deletions
+24
View File
@@ -0,0 +1,24 @@
- name: Introduction
items:
- name: What is Apollo?
href: introduction/01-what-is-apollo.md
- name: Getting Started
items:
- name: Setting up a development environment
href: getting-started/01-setting-up-environment.md
- name: Running the server
href: getting-started/02-running-apollo.md
- name: Plugins
items:
- name: What is a plugin?
href: plugins/01-what-is-a-plugin.md
- name: Creating a plugin
href: plugins/02-creating-a-plugin.md
- name: Testing plugins
href: plugins/03-testing-a-plugin.md
- name: Sharing code with other plugins
href: plugins/04-sharing-plugin-code.md