-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
57e8690
commit 6d474e8
Showing
44 changed files
with
1,787 additions
and
22 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
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,65 @@ | ||
<style> | ||
.sidebar { | ||
position: fixed; | ||
top: 50px; | ||
left: 10px; | ||
width: 200px; | ||
background-color: #f9f9f9; | ||
padding: 10px; | ||
border-radius: 5px; | ||
border: 1px solid #ddd; | ||
} | ||
|
||
.content { | ||
margin-left: 220px; /* Ensures content does not overlap with sidebar */ | ||
padding: 20px; | ||
} | ||
|
||
a { | ||
text-decoration: none; | ||
color: #3498db; | ||
} | ||
|
||
a:hover { | ||
text-decoration: underline; | ||
} | ||
</style> | ||
|
||
<div class="sidebar"> | ||
<h3>Navigation</h3> | ||
<ul> | ||
<li><a href="#introduction">Introduction</a></li> | ||
<li><a href="#getting-started">Getting Started</a></li> | ||
<li><a href="#installation">Installation</a></li> | ||
<li><a href="#configuration">Configuration</a></li> | ||
<li><a href="#advanced-topics">Advanced Topics</a></li> | ||
<ul> | ||
<li><a href="#performance-tuning">Performance Tuning</a></li> | ||
<li><a href="#customization">Customization</a></li> | ||
</ul> | ||
</ul> | ||
</div> | ||
|
||
<div class="content"> | ||
|
||
## Introduction | ||
This is the introduction section. | ||
|
||
## Getting Started | ||
Details for getting started. | ||
|
||
## Installation | ||
Instructions for installing the software. | ||
|
||
## Configuration | ||
Steps to configure the application. | ||
|
||
## Advanced Topics | ||
|
||
### Performance Tuning | ||
Information about tuning performance. | ||
|
||
### Customization | ||
Guide to customizing the application. | ||
|
||
</div> |
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 |
---|---|---|
@@ -1,5 +1,25 @@ | ||
## Main Sections | ||
- [Home](Home) | ||
- [Getting Started](getting_started) | ||
- [Configurations](Configuration) | ||
- [Contributing](contribute) | ||
## Table of Contents | ||
|
||
- [Configurations](#configurations) | ||
- [How to Hydra](#how-to-hydra) | ||
- [Environments Configs](#environments-configs) | ||
- [Lunalab](#lunalab) | ||
- [Lunaryard](#lunaryard) | ||
- [LargeScale](#largescale) | ||
- [Extras: Light Sources](#extras:-light-sources) | ||
- [Sun](#sun) | ||
- [Coordinates](#coordinates) | ||
- [Date](#date) | ||
- [Stellar Engine](#stellar-engine) | ||
- [Extras: Rocks](#extras:-rocks) | ||
- [Request](#request) | ||
- [Request Group](#request-group) | ||
- [Rock Generation](#rock-generation) | ||
- [ROS1](#ros1) | ||
- [ROS2](#ros2) | ||
- [SDG](#sdg) | ||
- [Rendering Configs](#rendering-configs) | ||
- [RTXRealTime & RTXInteractive](#rtxrealtime-&-rtxinteractive) | ||
- [Lens Flares](#lens-flares) | ||
- [Motion Blur](#motion-blur) | ||
- [Chromatic Aberrations](#chromatic-aberrations) |
Oops, something went wrong.