forked from loic-sharma/BaGet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
57 lines (51 loc) · 1.41 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
54
55
56
57
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:
- Overview: index.md
- Getting Started:
- On your computer: quickstart/local.md
- Docker: quickstart/docker.md
- Azure: quickstart/azure.md
- AWS: quickstart/aws.md
- Google Cloud: quickstart/gcp.md
- Windows IIS Proxy: quickstart/iis-proxy.md
- Configuration: configuration.md
- Tools:
- Mirroring: tools/mirroring.md
- BaGet SDK: tools/sdk.md
- Migrate from NuGet.Server: tools/migrate.md
- BaGet vs. Other:
- nuget.org: vs/nugetorg.md
- NuGet.Server: vs/nugetserver.md
- Azure Artifacts: vs/azure-artifacts.md
- MyGet: vs/myget.md
- LiGet: vs/liget.md
- Artifactory: vs/artifactory.md
- Nexus: vs/nexus.md
- TeamCity: vs/teamcity.md