This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_config.yml
122 lines (117 loc) · 3.05 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
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
---
title: Network Canvas Documentation
timezone: UTC
url: "https://documentation.networkcanvas.com"
baseurl: ""
email: [email protected]
description: Documentation and information about the Network Canvas project. Network Canvas is free suite of tools that facilitate cutting edge personal networks research.
logo: "/assets/img/logo.svg"
github_username: complexdatacollective
markdown: kramdown
toc:
max_level: 3
ordered_list: true
#
# Set layout template for pages based on their path. This avoids needing to specify a page template
# in Netlify CMS
#
defaults:
- scope:
path: "_*" # an empty string here breaks the theme because it applies to the JS asset. use this instead to provide a default
values:
layout: "page"
- scope:
path: "_tutorials"
values:
toc: true
layout: "tutorial"
- scope:
path: "_how-to"
values:
toc: true
layout: "page"
- scope:
path: "_key-concepts"
values:
layout: "key-concept"
- scope:
path: "_interface-documentation"
values:
layout: "interface-documentation"
remote_theme: pdmosses/just-the-docs@combination-rec-nav
color_scheme: network-canvas
# Back to top link
back_to_top: true
back_to_top_text: "Back to top"
footer_content: "Copyright © 2016-2021 Complex Data Collective."
# Sort order for navigation links
# nav_sort: case_insensitive # default, equivalent to nil
nav_sort: case_sensitive # Capital letters sorted before lowercase
# Include links to parent and sibling pages when showing the automatic TOC. Default is false
nav_next_prev: true
#
# The default arrows can be changed to other characters or words
nav_prev_text: "← Previous article in section "
# nav_up_text: "↑"
nav_next_text: " Next article in section →"
# Caching navigation links
nav_cache: true # default, equivalent to nil
plugins:
- jekyll-feed
- jekyll-relative-links
- jekyll-toc
- jekyll-include-cache
relative_links:
enabled: true
collections: true
search_enabled: true
aux_links:
Network Canvas Home:
- "//networkcanvas.com"
User Community:
- "//community.networkcanvas.com"
permalink: pretty
collections:
tutorials:
permalink: "/:collection/:path/"
output: true
how-to:
permalink: "/:collection/:path/"
output: true
interface-documentation:
permalink: "/:collection/:path/"
output: true
key-concepts:
permalink: "/:collection/:path/"
output: true
reference:
permalink: "/:collection/:path/"
output: true
just_the_docs:
collections:
tutorials:
name: "Tutorials"
nav_fold: true
how-to:
name: "How-To Guides"
nav_fold: true
interface-documentation:
name: "Interface Documentation"
nav_fold: true
key-concepts:
name: "Key Concepts"
nav_fold: true
reference:
name: "Technical Reference"
nav_fold: true
ga_tracking: "UA-100029443-1"
exclude:
- "Gemfile"
- "Gemfile.lock"
- "node_modules"
- "package.json"
- "package-lock.json"
- "vendor"
- "README.md"
- "ai files"
- "scripts"