-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
5 lines (5 loc) · 1.07 KB
/
config.json
File metadata and controls
5 lines (5 loc) · 1.07 KB
1
2
3
4
5
{ "docsDir": "Docs", "base": "/", "title": "Support Pages", "description": "IA Serivce Reference", "head": [
["meta", { "name": "theme-color", "content": "#3eaf7c" }],
["meta", { "name": "apple-mobile-web-app-capable", "content": "yes" }],
["meta", { "name": "apple-mobile-web-app-status-bar-style", "content": "black" }]
], "theme": "book", "themeConfig": { "repo": "", "editLinks": false, "docsDir": "", "editLinkText": "", "lastUpdated": false, "logo": "/ia-3d-black075.png", "nav": [{ "text": "CONTACT-US", "link": "/contact-us/" }, { "text": "EMAIL", "link": "/email/" }, { "text": "Website", "link": "http://www.infinityarc.net" }, { "text": "Privacy", "link": "https://policies.infinityarc.net/privac" }], "sidebar": { "/contact-us/": [{ "title": "CONTACT-US", "children": ["post-server.md"] }], "/email/": [{ "title": "EMAIL", "children": ["changing-your-password.md", "first-time-signin.md", "macos-and-mobile-setup.md", "what-is-webmail.md", "windows-desktop-setup.md"] }] } }, "plugins": ["@vuepress/plugin-back-to-top", "@vuepress/plugin-medium-zoom"] }