-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmkdocs.yml
More file actions
57 lines (46 loc) · 1.55 KB
/
Copy pathmkdocs.yml
File metadata and controls
57 lines (46 loc) · 1.55 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
site_name: "CCO"
repo_url: https://github.com/CommonCoreOntology/cco-webpage
site_description: CCO Homepage
site_author: John Beverley
edit_uri: '?query=root/cco-webpage/docs/'
theme:
name: material
palette:
primary: black
features:
- navigation.tabs
- navigation.tabs.sticky
- toc.integrate
hide:
- toc
extra_css:
- stylesheets/extra.css
nav:
- About:
- Mission: index.md
- Board of Directors: board.md
- Affiliates: affiliates.md
- Users: users.md
- Publications: publications.md
# - CCO FAQ: cco-faq.md
- Support:
- Office Hours: office-hours.md
- Working Groups: working-groups.md
- Useful Links: useful-links.md
- Frequently Asked Questions: faq.md
- News: news.md
# - Design Patterns:
# - Geospatial Tracking: geospatial-tracking.md
# - Information Model: information.md
- CCO Classes and Relations:
- Classes & Relations: classes-and-relations/index.html
extra:
social:
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/search/results/all/?fetchDeterministicClustersOnly=true&heroEntityKey=urn%3Ali%3Afsd_profile%3AACoAAAApbuYB2XIdgO4B_zTBN4RKTGW0OqEylxg&keywords=barry%20smith&origin=RICH_QUERY_SUGGESTION&position=0&searchId=4c7bf265-d8f5-4954-8829-71ac1ab78134&sid=6!x&spellCorrectionEnabled=false
- icon: fontawesome/brands/github
link: https://github.com/CommonCoreOntology/CommonCoreOntologies
- icon: octicons/mail-16
link: mailto:info@ncornetwork.org
markdown_extensions:
- attr_list