-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
88 lines (82 loc) · 2.49 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
site_name: 'HBS Grid Documentation'
site_url: 'https://hbs-rcs.github.io/hbsgrid-docs/'
copyright: 'Copyright © President & Fellows of Harvard College.'
repo_url: 'https://github.com/hbs-rcs/hbsgrid-docs'
edit_uri: '/hbs-rcs/hbsgrid-docs/edit/main/docs/'
docs_dir: 'docs'
remote_branch: gh-pages
nav:
- Start Here: 'index.md'
- Software & Environments:
- 📦 Available Software: 'software.md'
- 🚀 Run Desktop Applications: 'menulaunch.md'
- 🐚 Use the Command-line: 'commandline.md'
- 🔙 Use Software Versions: 'environments.md'
- Data & Storage:
- 💾 Storage & Databases: "storage.md"
- 🔄 Copy and Transfer Files: 'syncfiles.md'
- 👥 Collaborate and Share: 'worksafe.md'
- Help & Support Requests:
- Support Channels: 'help.md'
- Account & Project Requests: 'accountmanagement.md'
- Troubleshooting: 'trouble.md'
- Tutorials:
- Topic list: 'tutorials.md'
- Parallel processing: 'tutorials/scaling-work.md'
- Large data in R: 'tutorials/large_data_R.md'
- Web Scraping in Python: 'tutorials/PythonWebScrape.md'
- NLP in Python: 'tutorials/nlp_with_python.md'
- Database Delimiters: 'tutorials/DatabaseDelimiters.md'
theme:
name: material
logo: imgs/rcs.png
features:
- toc.integrate
- navigation.instant
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- content.action.edit
custom_dir: overrides
palette:
scheme: hbs
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- attr_list
- def_list
- meta
- tables
- toc:
toc_depth: 2
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.superfences
- mdx_gh_links:
user: mkdocs
repo: mkdocs
- pymdownx.emoji:
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:materialx.emoji.twemoji
- pymdownx.tabbed:
alternate_style: true
extra:
homepage: https://www.hbs.edu/research-computing-services/
analytics:
provider: google
property: G-3P5QKSCGVL
anonymize_ip: TRUE
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
plugins:
- tags:
tags_file: tutorials.md
- search