Skip to content

Commit

Permalink
Change Table of Contents as a first step top more clearly describe th…
Browse files Browse the repository at this point in the history
…e platform's philosophy
  • Loading branch information
mvriel committed Oct 25, 2024
1 parent b473d37 commit 80000d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
title: Introduction
---

Welcome to the technical documentation for Netherlands3D, an advanced Digital Twin platform designed to visualize and
analyze geospatial data in a 3D environment. This documentation is intended for developers who want to understand how
the platform works, explore its architecture, and contribute new modules or functionalities.
Expand Down
6 changes: 0 additions & 6 deletions docs/docs/developers/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ To copy a scene in Unity:
* Select the 'Main' scene in the Project window.
* Press Ctrl+D or right-click and select 'Duplicate' from the context menu.

### Inspect the Configuration and ConfigurationStarter Scriptable Objects

Check the 'Configuration' and 'ConfigurationStarter' scriptable objects for initial settings of the project. This
includes the starting position of your digital twin. These configurable parameters allow you to customize initial
settings as per your requirements.

## Next Steps

With just these steps, you can immediately build and release your own customized Digital Twin; next up you can read up
Expand Down
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ nav:
# - 'docs/organisations/hosting.md'
# - 'docs/organisations/personalisering.md'
- 'Voor ontwikkelaars':
- 'docs/developers/index.md'
- 'docs/developers/introduction.md'
- 'docs/developers/quickstart.md'
- 'docs/developers/core-concepts.md'
- 'Structure':
- 'Core Concepts':
- 'Overview': 'docs/developers/core-concepts.md'
- 'docs/developers/projects.md'
- 'docs/developers/functionalities.md'
- 'docs/developers/layers.md'
Expand Down

0 comments on commit 80000d0

Please sign in to comment.