forked from cmadsen/vldocking
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add readthedocs and mkdocs configs
- Add .readthedocs.yaml - Add mkdocs.yml
- Loading branch information
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# .readthedocs.yaml | ||
# Read the Docs configuration file | ||
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details | ||
version: 2 | ||
|
||
build: | ||
os: ubuntu-22.04 | ||
tools: | ||
python: "3.12" | ||
|
||
mkdocs: | ||
configuration: mkdocs.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
site_name: VLDocking library | ||
repo_url: https://github.com/omegat-org/vldocking | ||
docs_dir: wiki | ||
nav: | ||
- 1. Getting started: 'tutorial1.md' | ||
- 1a. And now... Docking!: 'tutorial1page2.md' | ||
- 2. Customizing layout: 'tutorial2.md' | ||
- 3. Events: 'tutorial3.md' | ||
- 4. Workspaces: 'tutorial4.md' | ||
- 5. Extending VLDocking: 'tutorial5.md' | ||
- 6. Tips & Tricks: 'tutorial6.md' | ||
- 7. Heavyweight components: 'tutorial7.md' | ||
- 8. Customizing the UI: 'tutorial8.md' | ||
- 9. Toolbars: 'tutorial9.md' | ||
- 10. Compound dockables: 'tutorial10.md' | ||
- 11. Multi-desktop applications: 'tutorial11.md' | ||
- 12. Anchored dockables: 'tutorial12.md' |