forked from replicate/cog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
77 lines (69 loc) · 1.84 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
site_name: Cog
repo_url: https://github.com/replicate/cog
docs_dir: docs/
nav:
- README: README.md
- Getting Started: getting-started.md
- Using your own model: getting-started-own-model.md
- YAML spec: yaml.md
- Prediction API: python.md
- Training API: training.md
- HTTP API: http.md
- Environment variables: environment.md
- Private registry: private-package-registry.md
- Notebooks: notebooks.md
- Contributing: CONTRIBUTING.md
- License: https://github.com/replicate/cog/blob/main/LICENSE
theme:
name: material
font:
text: "Roboto"
code: "Roboto Mono"
favicon: cog.png
# Display a link to edit pages right on GitHub
features:
- content.action.edit
icon:
logo: material/cog
repo: simple/github
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: black
toggle:
icon: material/weather-night
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: green
toggle:
icon: material/weather-sunny
name: Switch to light mode
edit_uri: edit/main/docs/
markdown_extensions:
- toc:
permalink: "#"
- markdown.extensions.codehilite:
guess_lang: true
- admonition
- codehilite
- extra
- pymdownx.highlight
- pymdownx.superfences
extra_css:
- stylesheets/extra.css
extra:
# Hide the "made with material" thing
generator: false
social:
- icon: simple/github
link: https://github.com/replicate/cog
- icon: simple/discord
link: https://discord.gg/replicate
- icon: simple/x
link: https://x.com/replicate
- icon: simple/youtube
link: https://youtube.com/@replicatehq
copyright: Cog is an open-source project from <a href="https://replicate.com">Replicate</a>