Skip to content

Commit

Permalink
Chromium based webapps. Utils update
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed May 5, 2024
1 parent 21dcf70 commit ead1134
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 82 deletions.
2 changes: 1 addition & 1 deletion .envrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
use nix
use nix --impure
layout python3
81 changes: 0 additions & 81 deletions docs/mkdocs-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ copyright: Copyright Tim Sutton and Contributors, 2022


nav:
<<<<<<< HEAD
- Home:
- Home: index.md
- Code of Conduct: about/code-of-conduct.md
Expand All @@ -22,7 +21,6 @@ nav:
- User:
- user/index.md
- Quickstart:
- user/quickstart/index.md
- Installation: user/quickstart/install.md
- Initial Configuration: user/quickstart/configure.md
- Using the Workbench: user/quickstart/using.md
Expand All @@ -41,54 +39,6 @@ nav:
- Expression Examples: user/manual/snippets.md
- Under the hood: user/manual/under_the_hood.md
- FAQ: user/manual/faq.md
- Developer:
- developer/index.md
- Guide:
- developer/guide/index.md
- Architecture: developer/guide/architecture.md
- Prerequisites: developer/guide/prerequisites.md
- Design: developer/guide/design.md
- IDE Setup: developer/guide/ide-setup.md
- Cloning: developer/guide/cloning.md
- Configuration: developer/guide/configuration.md
- Building: developer/guide/building.md
- Workflows: developer/guide/workflows.md
- Testing: developer/guide/testing.md
- Manual:
- developer/manual/index.md
- Documentation Writing:
- developer/documentation/index.md
- Overview: developer/documentation/overview.md
- Context Help: developer/documentation/context-help.md

||||||| 5ec0741
- Home:
- Home: index.md
- Code of Conduct: about/code-of-conduct.md
- Contribute: about/contribute.md
- License: about/license.md
- Credits: about/credits.md
- User:
- user/index.md
- Quickstart:
- Installation: user/quickstart/install.md
- Initial Configuration: user/quickstart/configure.md
- Using the Workbench: user/quickstart/using.md
- Guide:
- user/guide/index.md
- 1 Points on a Line: user/guide/tutorial1.md
- 2 Dynamic Markers: user/guide/tutorial2.md
- 3 Flying Points: user/guide/tutorial3.md
- 4 Spinning Globe: user/guide/tutorial4.md
- 5 Planar Map: user/guide/tutorial5.md
- Manual:
- user/manual/index.md
- Preparing your project: user/manual/project_preparation.md
- The workbench user interface: user/manual/workbench_ui.md
- Expression Variables: library/variables.md
- Expression Examples: library/snippets.md
- Under the hood: user/manual/under_the_hood.md
- FAQ: user/manual/faq.md
- Developer:
- developer/index.md
- Guide:
Expand Down Expand Up @@ -121,34 +71,3 @@ nav:
# - About: about/index.md
# - License: about/license.md
# - Contributing: about/contributing.md

=======
- Home: index.md
- Quickstart:
- Installation: start/install.md
- Initial Configuration: start/configure.md
- Using the Workbench: start/using.md
- Manual:
- Preparing your project: manual/project_preparation.md
- The workbench user interface: manual/workbench_ui.md
- Under the hood: manual/under_the_hood.md
- Tutorials:
- QGIS: tutorials/index.md
- 1 Points on a Line: tutorials/tutorial1.md
- 2 Dynamic Markers: tutorials/tutorial2.md
- 3 Flying Points: tutorials/tutorial3.md
- 4 Spinning Globe: tutorials/tutorial4.md
- 5 Planar Map: tutorials/tutorial5.md
- Library:
- Expression Variables: library/variables.md
- Expression Examples: library/snippets.md
- FAQ: faq/faq.md
- Develop:
- Setup: develop/setup.md
- Design: develop/design.md
- Documentation: develop/docs.md
- Contribute:
- Contribute: contribute/contribute.md
- Credits:
- Credits: credits/credits.md
>>>>>>> 8a8d08a4bc35d732b1853cf6c4fcd466ed01191e

0 comments on commit ead1134

Please sign in to comment.