Skip to content
Snippets Groups Projects
Commit d6e3f1de authored by Kristina Mazur's avatar Kristina Mazur
Browse files

Rename of tabs, restuctured content, add linux and python description

parent 03adbc1b
No related branches found
No related tags found
3 merge requests!76Draft: Updated Python code example,!73Initial open source version,!4New layout
Pipeline #1501287 waiting for manual action
@todo here should be a video showing the standalone workflow
\ No newline at end of file
......@@ -90,21 +90,22 @@ theme:
nav: # Customizes the main navigation structure of the site.
- Home: 'index.md' # Main page of the site.
- Download: # Top-level navigation item for "Download".
- Installation: 'getting-started/installation.md' # Link to the installation page.
- Cleared for Take-Off: 'getting-started/takeoff.md' # Link to the takeoff/getting started page.
- Getting Started: 'download/getting-started.md' # Link to the getting started page.
- Installation: 'download/installation.md' # Link to the installation page.
- Cleared for Take-Off: 'download/takeoff.md' # Link to the takeoff/getting started page.
- Tutorials:
- Standalone Workflow: 'tutorials/standalone.md' # Link to the standalone tutorial page.
- Seperate Tool Execution: 'tutorials/seperate-tool-execution.md' # Link to the separate tool execution tutorial page.
- Documentation: # Top-level item for documentation.
- Overview: 'modules/overview.md' # Overview of modules.
- Overview: 'documentation/overview.md' # Overview of modules.
- Aircraft Design: # Subsection for Aircraft Design.
- 'modules/sizing.md' # Link to sizing module page.
- 'modules/analysis.md' # Link to analysis module page.
- Libraries: 'modules/libraries.md' # Link to libraries overview.
- Utilities: 'modules/additional-software.md' # Link to additional software page.
- 'documentation/sizing.md' # Link to sizing module page.
- 'documentation/analysis.md' # Link to analysis module page.
- Libraries: 'documentation/libraries.md' # Link to libraries overview.
- Utilities: 'documentation/additional-software.md' # Link to additional software page.
- Workflow: 'workflow.md' # Link to the workflow page.
- Get involved: # Top-level item for contributions and development.
- How to Contribute: # Subsection for contribution guidelines.
- Basics: 'developer/contribute.md'
- Merge Requests: 'developer/merge-request.md'
- Review Merge Requests: 'developer/review-merge-request.md'
- Get involved:
- Developer Guide: developer/developer-installation.md # Top-level item for contributions and development.
- Build Instructions:
- Prerequisites:
- Windows: 'developer/build-environment/windows.md'
......@@ -113,18 +114,27 @@ nav: # Customizes the main navigation struc
- MSYS2/MinGW (deprecated): 'developer/build-environment/mingw.md'
- Get Source Code: 'developer/get-source-code.md'
- Build:
- General: 'developer/build/general.md'
- C++: 'developer/build/cpp.md'
- Python: 'developer/build/python.md'
- Include libraries: 'developer/including-libraries.md'
- CMake Presets: 'developer/cmake-presets.md'
- Testing Guidelines: 'developer/testing.md'
- Release Package: 'developer/release-package.md'
- Module Development:
- Module Stucture in cpp: 'developer/style/cpp-modularization.md'
- Module Stucture in python: 'developer/style/python-modularization.md'
- Style Guide:
- C++: 'developer/style/cpp.md'
- Python: 'developer/style/python.md'
- Testing Guidelines: 'developer/testing.md'
- How to Contribute: # Subsection for contribution guidelines.
- Basics: 'developer/contribute.md'
- Merge Requests: 'developer/merge-request.md'
- Review Merge Requests: 'developer/review-merge-request.md'
- IDE Setup: 'developer/ide-setup.md'
- Release Package: 'developer/release-package.md'
- About: # Top-level item for general site information.
- About us: 'about.md' # Link to the about page.
- License: 'license.md' # Link to license information.
- Contact: 'contact.md' # Link to contact page.
- Partners: 'partners.md' # Link to partners page.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment