-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
30 lines (24 loc) · 892 Bytes
/
mkdocs.yml
File metadata and controls
30 lines (24 loc) · 892 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
site_name: template Docs
site_url: https://docs.template.com
site_description: Project documentation for template
repo_url : https://github.com/objectedge/template_docs
pages:
- Home:
- What is template ?: index.md
- How template Works?: how_template_works.md
- User Guide:
- Getting Started: getting_started.md
- Organization Account Setup: organization_account_setup.md
- Catalog Purchase Feed: catalog_purchase_feed.md
- API docs: api.md
- About:
- Release Notes: about/release_notes.md
extra_javascript:
- js/extra.js
- js/iframeResizer.min.js
extra_css:
- css/extra.css
theme: readthedocs
copyright:
2017 © template <a href="/about/release_notes/#release-notes">Release Notes</a>, Maintained by the <a href="/about/release_notes/#maintenance-team"> template Team</a>.
google_analytics: ['GA_CODE', 'docs.template.com']