diff --git a/.gitignore b/.gitignore index 703a407d..d7119518 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ dist/ tasks /cli /core +local.test /i18n-validate .angular/ diff --git a/local.test b/local.test deleted file mode 100755 index 9ad365ca..00000000 Binary files a/local.test and /dev/null differ diff --git a/mkdocs.yml b/mkdocs.yml deleted file mode 100644 index 09585dea..00000000 --- a/mkdocs.yml +++ /dev/null @@ -1,104 +0,0 @@ -site_name: Core Framework -site_url: https://core.help -site_description: 'A Web3 Framework for building Go desktop applications with Wails v3' -site_author: 'Snider' -repo_url: 'https://forge.lthn.ai/core/go' -repo_name: 'host-uk/core' - -theme: - name: material - palette: - - scheme: default - primary: deep purple - accent: purple - toggle: - icon: material/brightness-7 - name: Switch to dark mode - - scheme: slate - primary: deep purple - accent: purple - toggle: - icon: material/brightness-4 - name: Switch to light mode - features: - - navigation.tabs - - navigation.sections - - navigation.expand - - navigation.top - - search.suggest - - search.highlight - - content.tabs.link - - content.code.copy - -markdown_extensions: - - pymdownx.highlight: - anchor_linenums: true - - pymdownx.superfences - - pymdownx.tabbed: - alternate_style: true - - admonition - - pymdownx.details - - attr_list - - md_in_html - -nav: - - Home: index.md - - User Documentation: - - User Guide: user-guide.md - - FAQ: faq.md - - Troubleshooting: troubleshooting.md - - Workflows: workflows.md - - CLI Reference: - - Overview: cmd/index.md - - AI: cmd/ai/index.md - - Build: cmd/build/index.md - - CI: cmd/ci/index.md - - Dev: cmd/dev/index.md - - Go: cmd/go/index.md - - PHP: cmd/php/index.md - - SDK: cmd/sdk/index.md - - Setup: cmd/setup/index.md - - Doctor: cmd/doctor/index.md - - Test: cmd/test/index.md - - VM: cmd/vm/index.md - - Pkg: cmd/pkg/index.md - - Docs: cmd/docs/index.md - - Getting Started: - - Installation: getting-started/installation.md - - Quick Start: getting-started/quickstart.md - - Architecture: getting-started/architecture.md - - Core Framework: - - Overview: core/overview.md - - Services: core/services.md - - Lifecycle: core/lifecycle.md - - IPC & Actions: core/ipc.md - - Services: - - Config: services/config.md - - Display: services/display.md - - WebView: services/webview.md - - MCP: services/mcp.md - - Crypt: services/crypt.md - - I18n: services/i18n.md - - IO: services/io.md - - Workspace: services/workspace.md - - Help: services/help.md - - Extensions: - - Plugin System: extensions/plugins.md - - Module System: extensions/modules.md - - GUI Application: - - Overview: gui/overview.md - - MCP Bridge: gui/mcp-bridge.md - - API Reference: - - Core: api/core.md - - Display: api/display.md - - Development: - - Package Standards: pkg/PACKAGE_STANDARDS.md - - Internationalization: - - Overview: pkg/i18n/README.md - - Grammar: pkg/i18n/GRAMMAR.md - - Extending: pkg/i18n/EXTENDING.md - - Claude Skill: skill/index.md - - Reference: - - Configuration: configuration.md - - Migration: migration.md - - Glossary: glossary.md