|
77 | 77 | - Quickstart: "advanced/chat_functions/quickstart.md" |
78 | 78 | - Testing Functions Locally: "advanced/chat_functions/local.md" |
79 | 79 |
|
80 | | -# Configuration |
81 | | -theme: |
82 | | - name: material |
83 | | - logo: assets/logo.png |
84 | | - favicon: assets/favicon.png |
85 | | - icon: |
86 | | - repo: fontawesome/brands/github |
87 | | - edit: fontawesome/solid/pen-to-square |
88 | | - features: |
89 | | - - navigation.indexes |
90 | | - - navigation.instant |
91 | | - - navigation.sections |
92 | | - #- navigation.top |
93 | | - - navigation.tabs |
94 | | - - navigation.tabs.sticky |
95 | | - - content.action.edit |
96 | | - - content.code.copy |
97 | | - palette: |
98 | | - - media: "(prefers-color-scheme: light)" |
99 | | - scheme: default |
100 | | - toggle: |
101 | | - icon: material/weather-sunny |
102 | | - name: Switch to dark mode |
103 | | - - media: "(prefers-color-scheme: dark)" |
104 | | - scheme: slate |
105 | | - primary: indigo |
106 | | - accent: indigo |
107 | | - toggle: |
108 | | - icon: material/weather-night |
109 | | - name: Switch to light mode |
110 | 80 |
|
111 | | -# Extensions |
112 | | -markdown_extensions: |
113 | | - - toc: |
114 | | - permalink: true |
115 | | - - admonition |
116 | | - - def_list |
117 | | - - pymdownx.highlight |
118 | | - - pymdownx.superfences |
119 | | - - pymdownx.details |
120 | | - - pymdownx.emoji: |
121 | | - emoji_index: !!python/name:material.extensions.emoji.twemoji |
122 | | - emoji_generator: !!python/name:material.extensions.emoji.to_svg |
123 | | - - pymdownx.arithmatex: |
124 | | - generic: true |
125 | | - - attr_list |
126 | | - - md_in_html |
127 | | - # - meta |
128 | | - - tables |
129 | 81 |
|
130 | 82 | extra_javascript: |
131 | 83 | - scripts/mathjax.js |
132 | 84 | - https://polyfill.io/v3/polyfill.min.js?features=es6 |
133 | 85 | - https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js |
134 | 86 |
|
135 | | -# Plugins |
136 | | -plugins: |
137 | | - - search |
138 | | - - git-revision-date-localized: |
139 | | - fallback_to_build_date: true |
140 | | - - macros |
141 | | - - evaldocsloader: |
142 | | - enabled: !ENV [ENABLE_EVALDOCS, true] |
143 | | - functions_announce_endpoint: "https://prod-api.lambdafeedback.com/evaluation-functions/registered" |
144 | | - api_key: |
145 | | - !ENV [ |
146 | | - API_KEY, |
147 | | - "WiOS1vMpQyTuGL06ZJxjG1eZd2P0SPvuVzHpr6zjkTIJ33U2t5O5NWaZboWBv8aV", |
148 | | - ] |
149 | | - dev_section: ["Advanced", "Evaluation Functions", "Deployed Functions"] |
150 | | - user_section: ["Teachers", "Reference", "Evaluation Functions"] |
151 | | - github_token: !ENV [GITHUB_TOKEN, ""] |
152 | 87 |
|
153 | 88 | # Extra variables, accessible within markdown pages |
154 | 89 | extra: |
|
0 commit comments