site_name: Tachi Documentation site_description: Documentation for Kamaitachi, Bokutachi and related things. site_author: zkldi site_url: https://docs.bokutachi.xyz theme: name: material features: - navigation.instant - navigation.tabs palette: - scheme: slate primary: deep purple accent: deep purple toggle: icon: material/weather-sunny name: Switch to light mode - scheme: default primary: deep purple accent: deep purple toggle: icon: material/weather-night name: Switch to dark mode nav: - Getting Started: - "index.md" - Contributing: - "contributing/index.md" - "contributing/setup.md" - "contributing/components.md" - Component-Specific Guides: - "contributing/components/issues.md" - "contributing/components/documentation.md" - "contributing/components/seeds.md" - Tooling Guides: - "contributing/tools/terminal.md" - "contributing/tools/vscode.md" - Wiki: - "wiki/index.md" - "wiki/rules.md" - "wiki/games.md" - "wiki/features.md" - "wiki/pbs-scores.md" - "wiki/filter-directives.md" - "wiki/lamps.md" - "wiki/score-oddities.md" - Statistics: - "wiki/stats/tachi.md" # - "wiki/stats/esd.md" - Documents: - "schemas/index.md" - "schemas/user.md" - "schemas/session.md" - "schemas/score.md" - "schemas/song.md" - "schemas/chart.md" - "schemas/goal.md" - "schemas/goal-sub.md" - API Reference: - "api/index.md" - "api/auth.md" - "api/terminology.md" - Endpoints: - "api/routes/example.md" - "api/routes/status.md" - "api/routes/import.md" - "api/routes/auth.md" - "api/routes/users.md" - "api/routes/user-gamept.md" - "api/routes/user-integrations.md" - "api/routes/sessions.md" - "api/routes/scores.md" - "api/routes/search.md" - "api/routes/games.md" - "api/routes/gpt.md" - "api/routes/admin.md" - "api/routes/ugpt-showcase.md" - "api/routes/api-tokens.md" - "api/routes/oauth2.md" - "api/routes/clients.md" - "api/routes/config.md" - "api/routes/imports.md" - "api/routes/gpt-targets.md" - "api/routes/ugpt-targets.md" - Webhooks: - "api/webhooks/main.md" - "api/webhooks/class-update-v1.md" - Tachi Server Reference: - "tachi-server/index.md" - Setup: - "tachi-server/setup/config.md" - Infrastructure: - "tachi-server/infrastructure/toolchain.md" - "tachi-server/infrastructure/logging.md" - "tachi-server/infrastructure/branches.md" - "tachi-server/infrastructure/versions.md" - "tachi-server/infrastructure/api-clients.md" - "tachi-server/infrastructure/oauth2.md" - "tachi-server/infrastructure/file-flow.md" - "tachi-server/infrastructure/database-seeds.md" - Structure: - "tachi-server/structure/style.md" - "tachi-server/structure/filesystem.md" - "tachi-server/structure/testing.md" - BATCH-MANUAL: - "tachi-server/batch-manual/index.md" - "tachi-server/batch-manual/direct-manual.md" - Score Importing: - "tachi-server/import/index.md" - "tachi-server/import/main.md" - "tachi-server/import/import-types.md" - "tachi-server/import/parse-conv.md" - "tachi-server/import/conv-failures.md" - "tachi-server/import/importing.md" - "tachi-server/import/orphans.md" - "tachi-server/import/parse-ipi.md" - "tachi-server/import/sessions.md" - "tachi-server/import/pbs.md" - "tachi-server/import/ugs.md" - "tachi-server/import/goals.md" - "tachi-server/import/quests.md" - "tachi-server/import/import-doc-time.md" - Implementation Details: - "tachi-server/implementation-details/details.md" - "tachi-server/implementation-details/search.md" - "tachi-server/implementation-details/statistics.md" - "tachi-server/implementation-details/songs-charts.md" - "tachi-server/implementation-details/game-configuration.md" - "tachi-server/implementation-details/esd.md" - "tachi-server/implementation-details/score-id.md" - "tachi-server/implementation-details/goal-id.md" - "tachi-server/implementation-details/goals-quests.md" - Tachi Bot Reference: - "tachi-bot" markdown_extensions: - admonition - pymdownx.highlight - pymdownx.superfences - abbr - pymdownx.snippets - footnotes - toc: toc_depth: 2 permalink: true - pymdownx.arithmatex: generic: true - pymdownx.tabbed: alternate_style: true extra_javascript: - https://polyfill.io/v3/polyfill.min.js?features=es6 - https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js