-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
40 lines (30 loc) · 1.01 KB
/
mkdocs.yml
File metadata and controls
40 lines (30 loc) · 1.01 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
# Project information
site_name: Awesome Open Source
site_description: A curated list of awesome opensource tools
site_author: João Pinto
site_url: https://ccsgroupinternational.github.io/awesome-opensource/
# Repository
repo_name: Awesome Open Source
repo_url: https://github.com/CCSGroupInternational/awesome-opensource/
# Repository
copyright: This site content is licensed under a <A HREF="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</A>
theme:
name: material
language: en
# Disable edit uri to get a cleaner view
edit_uri: ''
extra:
social:
- { type: 'github', link: 'https://github.com/CCSGroupInternational/' }
extra_css:
- css/extra.css
extra_javascript:
- js/autoexpand.js
nav:
- Welcome: index.md
- Software:
- Data Visualization: software/data_visualization.md
- DevOps: software/devops.md
- Machine Learning: software/machine_learning.md
- Services: services.md
- Business: business.md