|
| 1 | +site_name: Compileo |
| 2 | +site_description: A modular pipeline for dataset creation and curation |
| 3 | +site_author: SunPCSolutions |
| 4 | +site_url: https://SunPCSolutions.github.io/Compileo/ |
| 5 | + |
| 6 | +theme: |
| 7 | + name: material |
| 8 | + palette: |
| 9 | + - media: "(prefers-color-scheme: light)" |
| 10 | + scheme: default |
| 11 | + primary: indigo |
| 12 | + accent: indigo |
| 13 | + toggle: |
| 14 | + icon: material/brightness-7 |
| 15 | + name: Switch to dark mode |
| 16 | + - media: "(prefers-color-scheme: dark)" |
| 17 | + scheme: slate |
| 18 | + primary: indigo |
| 19 | + accent: indigo |
| 20 | + toggle: |
| 21 | + icon: material/brightness-4 |
| 22 | + name: Switch to light mode |
| 23 | + features: |
| 24 | + - navigation.tabs |
| 25 | + - navigation.sections |
| 26 | + - navigation.expand |
| 27 | + - navigation.top |
| 28 | + - search.suggest |
| 29 | + - search.highlight |
| 30 | + - search.share |
| 31 | + - content.code.copy |
| 32 | + |
| 33 | +markdown_extensions: |
| 34 | + - admonition |
| 35 | + - pymdownx.details |
| 36 | + - pymdownx.superfences |
| 37 | + - pymdownx.tabbed: |
| 38 | + alternate_style: true |
| 39 | + - pymdownx.highlight: |
| 40 | + anchor_linenums: true |
| 41 | + - attr_list |
| 42 | + - md_in_html |
| 43 | + |
| 44 | +nav: |
| 45 | + - Home: README.md |
| 46 | + - User Guide: |
| 47 | + - API Authentication: docs/userGuide/api_authentication.md |
| 48 | + - Benchmarking API: docs/userGuide/benchmarkingapi.md |
| 49 | + - Benchmarking GUI: docs/userGuide/benchmarkinggui.md |
| 50 | + - Chunk API: docs/userGuide/chunkapi.md |
| 51 | + - Chunk CLI: docs/userGuide/chunkcli.md |
| 52 | + - Chunk GUI: docs/userGuide/chunkgui.md |
| 53 | + - Dataset Gen API: docs/userGuide/datasetgenapi.md |
| 54 | + - Dataset Gen CLI: docs/userGuide/datasetgencli.md |
| 55 | + - Dataset Gen GUI: docs/userGuide/datasetgengui.md |
| 56 | + - Dataset Quality API: docs/userGuide/datasetqualapi.md |
| 57 | + - Dataset Quality GUI: docs/userGuide/datasetqualgui.md |
| 58 | + - Datasets API: docs/userGuide/datasetsapi.md |
| 59 | + - Dataset Versioning API: docs/userGuide/datasetversioningapi.md |
| 60 | + - Dataset Versioning CLI: docs/userGuide/datasetversioningcli.md |
| 61 | + - Docker Install: docs/userGuide/dockerInstall.md |
| 62 | + - Documents API: docs/userGuide/documentsapi.md |
| 63 | + - Documents CLI: docs/userGuide/documentscli.md |
| 64 | + - Documents GUI: docs/userGuide/documentsgui.md |
| 65 | + - Extraction API: docs/userGuide/extractionapi.md |
| 66 | + - Extraction CLI: docs/userGuide/extractioncli.md |
| 67 | + - Extraction GUI: docs/userGuide/extractiongui.md |
| 68 | + - GUI User Guide: docs/userGuide/gui_user_guide.md |
| 69 | + - Ingestion API: docs/userGuide/ingestionapi.md |
| 70 | + - Ingestion GUI: docs/userGuide/ingestiongui.md |
| 71 | + - Job Handling API: docs/userGuide/jobhandlingapi.md |
| 72 | + - Job Handling CLI: docs/userGuide/jobhandlingcli.md |
| 73 | + - Job Handling GUI: docs/userGuide/jobhandlinggui.md |
| 74 | + - Jobs API: docs/userGuide/jobsapi.md |
| 75 | + - Logging: docs/userGuide/logging.md |
| 76 | + - Performance API: docs/userGuide/performanceapi.md |
| 77 | + - Plugins: docs/userGuide/plugins.md |
| 78 | + - Plugins API: docs/userGuide/pluginsapi.md |
| 79 | + - Plugins CLI: docs/userGuide/pluginscli.md |
| 80 | + - Projects API: docs/userGuide/projectsapi.md |
| 81 | + - Prompts API: docs/userGuide/promptsapi.md |
| 82 | + - Settings GUI: docs/userGuide/settingsgui.md |
| 83 | + - Taxonomy API: docs/userGuide/taxonomyapi.md |
| 84 | + - Taxonomy CLI: docs/userGuide/taxonomycli.md |
| 85 | + - Taxonomy GUI: docs/userGuide/taxonomygui.md |
| 86 | + - Developers: |
| 87 | + - Plugin Development: docs/developers/plugin_development_guide.md |
0 commit comments