|
| 1 | +# Project information |
| 2 | +site_name: Lambda Feedback Documentation |
| 3 | +site_author: Pierre Tharreau, Louis Manestar |
| 4 | +site_url: https://lambda-feedback.github.io/user-documentation/ |
| 5 | +site_description: >- |
| 6 | + Architecture, syntax and usage details for an online learning platform |
| 7 | + focused on providing rich feedback to the user. |
| 8 | +repo_url: https://github.com/lambda-feedback/user-documentation |
| 9 | +edit_uri: blob/main/docs/ |
| 10 | + |
| 11 | +# Project tree |
| 12 | +nav: |
| 13 | + - Home: |
| 14 | + - "index.md" |
| 15 | + - Publications: "publications.md" |
| 16 | + - Opportunities: "opportunities.md" |
| 17 | + - Terminology: "terminology.md" |
| 18 | + - Releases: |
| 19 | + - Major releases: "releases/major_releases.md" |
| 20 | + - Detailed Releases: "releases/detailed_releases.md" |
| 21 | + - Previous releases: |
| 22 | + - 2023-24: "releases/relases_2023_24.md" |
| 23 | + - Status: "releases/status.md" |
| 24 | + |
| 25 | + - Students: |
| 26 | + - "student/index.md" |
| 27 | + - Getting Started: "student/getting_started_student.md" |
| 28 | + - Answering Questions: "student/answering_questions.md" |
| 29 | + - Response Areas: "student/response_areas.md" |
| 30 | + - Text Editing: "student/lexdown_student.md" |
| 31 | + - FAQ: "student/faq.md" |
| 32 | + |
| 33 | + - Teachers: |
| 34 | + - "teacher/index.md" |
| 35 | + - Guides: |
| 36 | + - Getting Started: "teacher/guides/gettingstarted.md" |
| 37 | + - Editing questions: "teacher/guides/content-sets-questions.md" |
| 38 | + - Exporting and importing questions: "teacher/guides/question-export-import.md" |
| 39 | + - Milkdown: "teacher/guides/lexdown.md" |
| 40 | + - Analytics: "teacher/guides/analytics.md" |
| 41 | + - Good practice: "teacher/guides/good-practice.md" |
| 42 | + - FAQ: "teacher/guides/faq.md" |
| 43 | + - Guidance: |
| 44 | + - Guidance Time Suggestion: "teacher/guides/guidance/guidance-time-suggestion.md" |
| 45 | + |
| 46 | + - Reference: |
| 47 | + - Access control: "teacher/reference/access_control.md" |
| 48 | + - Latex functionality: "teacher/reference/latex_functionality.md" |
| 49 | + - PDF generation: "teacher/reference/pdf_generation.md" |
| 50 | + - Response Areas: |
| 51 | + - "teacher/reference/response_area_components/index.md" |
| 52 | + - Text: "teacher/reference/response_area_components/Text.md" |
| 53 | + - Number: "teacher/reference/response_area_components/Number.md" |
| 54 | + - Boolean: "teacher/reference/response_area_components/Boolean.md" |
| 55 | + - NumericUnits: "teacher/reference/response_area_components/NumericUnits.md" |
| 56 | + - Expression: "teacher/reference/response_area_components/Expression.md" |
| 57 | + - MultipleChoice: "teacher/reference/response_area_components/MultipleChoice.md" |
| 58 | + - Matrix: "teacher/reference/response_area_components/Matrix.md" |
| 59 | + - Table: "teacher/reference/response_area_components/Table.md" |
| 60 | + - Evaluation Functions: |
| 61 | + - "teacher/reference/evaluation_functions/index.md" |
| 62 | + |
| 63 | + - Advanced: |
| 64 | + - "advanced/index.md" |
| 65 | + - Response Areas: |
| 66 | + - Overview: "advanced/response_areas/overview.md" |
| 67 | + - Evaluation Functions: |
| 68 | + - Quickstart Guide: "advanced/evaluation_functions/quickstart.md" |
| 69 | + - General Specification: "advanced/evaluation_functions/specification.md" |
| 70 | + - Feedback: "advanced/evaluation_functions/feedback.md" |
| 71 | + - Testing Functions Locally: "advanced/evaluation_functions/local.md" |
| 72 | + - Evaluation Function Utils: "advanced/evaluation_functions/module.md" |
| 73 | + - Deployed Functions: |
| 74 | + - "advanced/evaluation_functions/index.md" |
| 75 | + - Alternate Function Languages: "advanced/evaluation_functions/alternate_languages.md" |
| 76 | + - Chat functions: |
| 77 | + - Quickstart: "advanced/chat_functions/quickstart.md" |
| 78 | + - Testing Functions Locally: "advanced/chat_functions/local.md" |
| 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 | + |
| 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 | + |
| 130 | +extra_javascript: |
| 131 | + - scripts/mathjax.js |
| 132 | + - https://polyfill.io/v3/polyfill.min.js?features=es6 |
| 133 | + - https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js |
| 134 | + |
| 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 | + |
| 153 | +# Extra variables, accessible within markdown pages |
| 154 | +extra: |
| 155 | + urls: |
| 156 | + client: https://lambdafeedback.com |
0 commit comments