Files

167 lines
4.7 KiB
YAML
Raw Permalink Normal View History

2023-09-04 20:50:32 +10:00
site_name: "alpha"
2023-09-05 18:26:10 +10:00
repo_url: https://github.com/wailsapp/wails
edit_uri: edit/v3-alpha/mkdocs-website/docs/
2023-10-28 12:22:21 +11:00
site_url: https://v3alpha.wails.io
2023-11-02 20:53:59 +11:00
site_description: The Wails Project - Build beautiful cross-platform applications using Go
site_author: Lea Anthony
2023-09-01 12:11:43 +02:00
theme:
name: material
2023-10-28 15:44:36 +11:00
custom_dir: overrides
2023-09-01 12:11:43 +02:00
logo: assets/images/wails-logo-horizontal-dark.svg
2023-09-05 18:26:10 +10:00
icon:
repo: fontawesome/brands/github
2023-09-05 22:27:47 +10:00
favicon: /favicon.ico
2023-09-01 12:11:43 +02:00
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.instant.prefetch
2023-09-01 12:11:43 +02:00
- navigation.top
2023-09-04 20:50:32 +10:00
- navigation.footer
- navigation.path
- navigation.prune
2023-09-01 12:11:43 +02:00
- toc.integrate
- toc.follow
- search.suggest
- search.highlight
2023-09-05 18:26:10 +10:00
- search.share
2023-09-01 12:11:43 +02:00
- content.tabs.link
- content.tabs.annotation
- content.tabs.copy
- content.code.copy
2023-09-05 18:26:10 +10:00
- content.action.edit
2023-09-01 12:11:43 +02:00
language: en
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
2024-03-18 20:47:33 +11:00
markdown_extensions:
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.inlinehilite
- pymdownx.snippets:
restrict_base_path: false
- pymdownx.details
- pymdownx.superfences
- pymdownx.mark
- attr_list
- admonition
- footnotes
- toc:
permalink: '#'
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
2023-09-01 12:11:43 +02:00
2023-11-02 20:53:59 +11:00
plugins:
2023-11-05 14:42:32 +11:00
- table-reader:
data_path: "shared"
allow_missing_files: False
2023-11-02 20:53:59 +11:00
- i18n:
docs_structure: folder
languages:
- locale: en
default: true
name: English
build: true
2024-03-18 21:52:39 +11:00
- locale: cy
name: Cymraeg
build: true
site_description: Y Prosiect Wails - Adeiladu cymwysiadau croesrwyd hardd gan ddefnyddio Go
extra:
announcement: Mae'r wefan hon wedi'i chyfieithu'n awtomatig. Rhowch wybod i ni os oes unrhyw gamgymeriadau.
nav:
- Cartref: index.md
- Cychwyn:
- Gosod: getting-started/installation.md
- Eich Cais Cyntaf: getting-started/your-first-app.md
- Camau Nesaf: getting-started/next-steps.md
2024-03-19 08:36:57 +11:00
- Dysgu Rhagor:
- Runtime: learn/runtime.md
2024-03-18 21:52:39 +11:00
- Adborth: getting-started/feedback.md
2024-03-19 08:36:57 +11:00
- Adborth: getting-started/feedback.md
- Beth sydd Newydd yn v3?: whats-new.md
2024-03-18 21:52:39 +11:00
- API:
- Cais: API/application.md
- Ffenestr: API/window.md
- Bar Tasg: API/systray.md
- Dewislen: API/menu.md
- Prif Linell: API/mainthread.md
- Datblygu:
- Cyflwyniad: development/introduction.md
- Status: development/status.md
- Newidiadau v3: development/changes.md
2024-03-19 08:36:57 +11:00
- Cynllun Ffordd Ymlaen: roadmap.md
- Cofnod Newidiadau: changelog.md
2024-03-18 21:52:39 +11:00
- Noddwr❤️: https://github.com/sponsors/leaanthony
2023-11-02 20:53:59 +11:00
2023-10-28 12:22:21 +11:00
2023-09-01 12:11:43 +02:00
extra:
2024-03-18 21:52:39 +11:00
alternate:
- name: English
link: /
lang: en
- name: Cymraeg
link: /cy/
lang: cy
2023-11-02 20:53:59 +11:00
2023-09-01 12:11:43 +02:00
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/wailsapp/wails
- icon: fontawesome/brands/twitter
link: https://twitter.com/wailsapp
- icon: fontawesome/brands/discord
link: https://discord.gg/JDdSxwjhGf
extra_css:
- stylesheets/extra.css
nav:
- Home: index.md
- Getting started:
- Installation: getting-started/installation.md
2023-12-13 22:40:35 +11:00
- Your First Application: getting-started/your-first-app.md
2023-09-04 20:50:32 +10:00
- Next Steps: getting-started/next-steps.md
2024-02-01 21:09:03 +11:00
- Learn More:
2024-02-02 17:01:41 +11:00
- Runtime: learn/runtime.md
2024-04-11 20:43:13 +10:00
- Plugins: learn/plugins.md
2023-09-02 15:12:35 +10:00
- Feedback: getting-started/feedback.md
2023-11-16 09:00:39 +11:00
- Feedback: getting-started/feedback.md
2023-09-08 18:45:42 +10:00
- What's New in v3?: whats-new.md
2023-09-24 08:57:22 +10:00
- API:
- Application: API/application.md
- Window: API/window.md
- System Tray: API/systray.md
- Menu: API/menu.md
- Main Thread: API/mainthread.md
2023-09-04 20:50:32 +10:00
- Development:
- Introduction: development/introduction.md
- Status: development/status.md
- v3 Changes: development/changes.md
2023-10-28 15:44:36 +11:00
- Roadmap: roadmap.md
2023-09-02 15:12:35 +10:00
- Change Log: changelog.md
- Sponsor❤️: https://github.com/sponsors/leaanthony
2023-09-02 15:12:35 +10:00
2023-11-05 14:42:32 +11:00
watch:
- overrides
- shared
2023-09-01 12:11:43 +02:00
copyright:
Copyright © 2023 Lea Anthony