-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
91 lines (86 loc) · 2.24 KB
/
mkdocs.yml
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
site_name: Build Web Applications using SAS®
site_url: https://sasjs.io
nav:
- Home: index.md
- Quickstart:
- Services: services.md
- React: react.md
- Angular: angular.md
- Design: design.md
- Security: security.md
- SASjs:
- Adapter: sasjs-adapter.md
- CLI: sasjs-cli.md
- (Macro) Core: sasjs-core.md
- Backend SAS:
- Getting Started: backend-getstarted.md
- SAS9: buildsas9.md
- VIYA: buildviya.md
- Frontend Web:
- Get Started: frontend-getstarted.md
- Deployment: frontend-deployment.md
- CORS: cors.md
- Testing: testing.md
- Documentation: documentation.md
- Guides:
- images.md
- state-management.md
- windows.md
- guide-sas9.md
- guide-viya.md
- releasing.md
- vscode.md
- Training:
- Online Resources: resources.md
- Videos: videos.md
- Workshops: workshops.md
- Apps: apps.md
- FAQ: faq.md
- Glossary: glossary.md
- Viya Log Parser: log-parser.md
markdown_extensions:
- admonition
- pymdownx.superfences
- codehilite
- meta
- toc:
permalink: true
extra_css: ["font-awesome.css"]
plugins:
- search:
prebuild_index: true
- redirects:
redirect_maps:
'training/resources.md': 'resources.md'
'training/workshops.md': 'workshops.md'
'sasjs-cli-add.md': 'https://cli.sasjs.io/add/'
'sasjs-cli-context.md': 'https://cli.sasjs.io/context/'
'sasjs-cli-run.md': 'https://cli.sasjs.io/run/'
'sasjs-cli-servicepack.md': 'https://cli.sasjs.io/servicepack/'
'quickstart/services.md': 'services.md'
# Repository
repo_name: "sasjs-docs"
repo_url: "https://github.com/sasjs/sasjs.io"
theme:
name: material
logo: "img/logo/favicon/32.svg"
palette:
primary: "White"
accent: "Amber"
font:
text: "Open Sans"
code: "Ubuntu Mono"
favicon: img/logo/favicon/32.ico
custom_dir: "theme"
highlightjs: true
hljs_languages:
- SAS
- JavaScript
- Bash
extra:
social:
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/company/sasjs
name: SASjs on LinkedIn
copyright: All rights reserved ©2022 4GL Ltd.
google_analytics: ['UA-109713029-8', 'sasjs.io']