forked from loic-sharma/BaGet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
53 lines (47 loc) · 1.22 KB
/
mkdocs.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
site_name: BaGet
site_description: A lightweight NuGet service implementation
site_author: Loic Sharma
site_url: https://loic-sharma.github.io/BaGet/
repo_name: loic-sharma/BaGet
repo_url: https://github.com/loic-sharma/BaGet
copyright: 'Copyright © 2018 Loic Sharma'
theme:
name: material
language: en
palette:
primary: yellow
accent: yellow
font:
text: Roboto
code: Roboto Mono
extra:
social:
- type: github-alt
link: https://github.com/loic-sharma
- type: twitter
link: https://twitter.com/sharmaloic
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.codehilite:
guess_lang: false
- markdown.extensions.toc:
permalink: true
pages:
- BaGet: index.md
- Configuration: configuration.md
- Private Feeds: private-feeds.md
- Running in the Cloud:
- Azure: cloud/azure.md
- Google Cloud: cloud/gcp.md
- AWS: cloud/aws.md
- Tools:
- Mirroring: tools/mirroring.md
- BaGet vs. Other Software:
- nuget.org: vs/nugetorg.md
- NuGet.Server: vs/nugetserver.md
- VSTS: vs/vsts.md
- MyGet: vs/myget.md
- LiGet: vs/liget.md
- Artifactory: vs/artifactory.md
- Nexus: vs/nexus.md
- TeamCity: vs/teamcity.md