-
Notifications
You must be signed in to change notification settings - Fork 85
Expand file tree
/
Copy pathmkdocs.yml
More file actions
executable file
·38 lines (36 loc) · 1.09 KB
/
mkdocs.yml
File metadata and controls
executable file
·38 lines (36 loc) · 1.09 KB
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
site_name: TorQ
site_favicon: graphics/favicon.ico
pages:
- Home: index.md
- About: Overview.md
- Cheat Sheat: cheatsheet.md
- Getting Started: gettingstarted.md
- Installation: InstallGuide.md
- Utilities: utilities.md
- Handlers: handlers.md
- Connection Management: conn.md
- Processes: Processes.md
- Analytics Library: analyticslib.md
- Monitoring: monit.md
- Visualisation: visualisation.md
- Testing: unittesting.md
- TorQ Blog Posts: blog.md
copyright: 'Copyright © 2020 AquaQ Analytics Limited. Kx ® and kdb+ are registered trademarks of Kx Systems Inc.'
theme: 'material'
repo_name: 'GitHub'
repo_url: 'https://github.com/AquaQAnalytics/TorQ'
extra:
logo: 'graphics/TorQ-logo.png'
palette:
primary: 'indigo'
accent: 'green'
social:
- type: 'github'
link: 'https://github.com/AquaQAnalytics'
- type: 'twitter'
link: 'https://twitter.com/AquaQAnalytics'
- type: 'linkedin'
link: 'https://www.linkedin.com/company/aquaq-analytics'
google_analytics:
- 'UA-51911331-4'
- 'auto'