forked from aws-samples/mistral-on-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
35 lines (35 loc) · 954 Bytes
/
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
site_name: Mistral on AWS
copyright: Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
theme:
name: material
icon:
annotation: material/plus-circle-outline
repo: material/github
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
accent: deep purple
toggle:
icon: material/weather-night
name: "Switch to dark mode"
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: deep purple
toggle:
icon: material/weather-sunny
name: "Switch to light mode"
features:
- header.autohide
- content.code.copy
- content.code.annotate
- navigation.indexes
- navigation.footer
- navigation.top
- navigation.tabs
repo_url: https://github.com/aws-samples/bedrock-mistral-prompting-examples
repo_name: aws-samples/bedrock-mistral-prompting-examples
nav:
- Home: index.md
- Notebooks: notebooks.md