-
Notifications
You must be signed in to change notification settings - Fork 52
/
_config.yml
58 lines (51 loc) · 1.2 KB
/
_config.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
# theme used
remote_theme: pmarsceill/just-the-docs
#theme: just-the-docs
title: RAPIDS Docs
description: RAPIDS demo, process, and technical documentation.
baseurl: "/" # the subpath of your site, e.g. /blog
url: "https://docs.rapids.ai"
permalink: pretty
exclude:
- CONTRIBUTING.md
- README.md
- release_checklist.md
- ci/
- node_modules/
- package.json
- package-lock.json
- vercel.sh
- vercel.json
- Gemfile
- Gemfile.lock
include:
- _sources
- _static
- _images
- _redirects
- _sphinx_javascript_frameworks_compat.js
collections:
notices:
output: true
aux_links:
"View Docs on GitHub":
- "https://github.com/rapidsai/docs"
nav_external_links:
- title: Deployment Guides
url: /deployment/stable/
social:
twitter:
name: Twitter
username: rapidsai
url: https://twitter.com/rapidsai
fa-icon-class: fab fa-twitter
slack:
name: Slack
url: https://join.slack.com/t/rapids-goai/shared_invite/zt-trnsul8g-Sblci8dk6dIoEeGpoFcFOQ
fa-icon-class: fab fa-slack
stack-overflow:
name: Stack Overflow
url: https://stackoverflow.com/tags/rapids
fa-icon-class: fab fa-stack-overflow
# Enable or disable the site search
search_enabled: true