Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
unicado.gitlab.io
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
UNICADO
unicado.gitlab.io
Commits
d6e3f1de
Commit
d6e3f1de
authored
5 months ago
by
Kristina Mazur
Browse files
Options
Downloads
Patches
Plain Diff
Rename of tabs, restuctured content, add linux and python description
parent
03adbc1b
No related branches found
No related tags found
3 merge requests
!76
Draft: Updated Python code example
,
!73
Initial open source version
,
!4
New layout
Pipeline
#1501287
waiting for manual action
Stage: build
Stage: deploy
Changes
62
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/tutorials/standalone.md
+1
-0
1 addition, 0 deletions
docs/tutorials/standalone.md
mkdocs.yml
+24
-14
24 additions, 14 deletions
mkdocs.yml
with
25 additions
and
14 deletions
docs/tutorials/standalone.md
0 → 100644
+
1
−
0
View file @
d6e3f1de
@todo here should be a video showing the standalone workflow
\ No newline at end of file
This diff is collapsed.
Click to expand it.
mkdocs.yml
+
24
−
14
View file @
d6e3f1de
...
...
@@ -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.
This diff is collapsed.
Click to expand it.
Prev
1
2
3
4
Next
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment