-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
60 lines (59 loc) · 1.98 KB
/
mkdocs.yml
File metadata and controls
60 lines (59 loc) · 1.98 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
58
59
60
site_name: Shift Software
repo_url: https://github.com/ShiftSoftware
repo_name: ShiftSoftware/Website
site_author: Shift Software
edit_uri: Website/edit/master/docs/
site_description: >-
Shift Software | Custom Software & Professional Consultation
copyright: Copyright © 2024 Shift Software
default: getting-started
theme:
name: material
custom_dir: docs/overrides
logo: assets/images/logo.png
features:
- navigation.tracking
- navigation.tabs
- navigation.footer
- navigation.sections
- content.tooltips
nav:
- Home: 'index.md'
- About:
- Strategy & Vision: 'about/strategy-and-vision.md'
- Code of Conduct: 'about/code-of-conduct.md'
- Developers: 'about/developers.md'
- Philosophy:
- Philosophy: 'philosophy/philosophy.md'
- Characteristics: 'philosophy/characteristics.md'
- Software Development:
- Tasks: 'software-development/tasks.md'
- Continuous Integration: 'software-development/continuous-integration.md'
- Automated Testing: 'software-development/automated-testing.md'
- Continuous Delivery: 'software-development/continuous-delivery.md'
#- Active Maintenance: 'software-development/active-maintenance.md'
#- Clients: 'clients.md'
extra_css:
- overrides/css/extra.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/ShiftSoftware
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/shift.software
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/shift-software
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/the.shift.software
markdown_extensions:
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.superfences
- tables
- pymdownx.mark
- toc:
permalink: true
- pymdownx.tabbed:
alternate_style: true