-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
62 lines (56 loc) · 1.31 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
site_name: SASjs Server
site_url: https://server.sasjs.io
nav:
- Home: index.md
- Installation: installation.md
- User Guide:
- App Stream: apps.md
- SASjs Studio: studio.md
- Developer Guide:
- API: /api/index.html
- Sessions: sessions.md
- Stored Programs: storedprograms.md
- Admin Guide:
- Authentication: auth.md
- Authorisation: permissions.md
- Settings: settings.md
- FAQ: faq.md
markdown_extensions:
- admonition
- pymdownx.superfences
- codehilite
- meta
- toc:
permalink: true
extra_css: ['font-awesome.css']
plugins:
- search:
prebuild_index: true
# Repository
repo_name: 'server.sasjs.io'
repo_url: 'https://github.com/sasjs/server.sasjs.io'
repo_branch: 'main'
edit_uri: 'edit/main/docs/'
theme:
name: material
logo: 'img/logo/favicon/32.png'
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 ©2021 Macro People Ltd.
google_analytics: ['UA-109713029-8', 'sasjs.io']