Skip to content

Commit 9b5ffca

Browse files
committed
fixed api reference link and checkboxes
1 parent d2f3591 commit 9b5ffca

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs~/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ Many APIs are Burst-friendly. For parallel workloads, see [Jobify & jobs](guides
6262
## Next steps
6363

6464
- [Fluent chains](guides/fluent-chains.md) — chaining, `.set(out x)`, readability
65-
- [API reference](api/index.html)full method list from XML docs
65+
- [API reference](../api/)categorized `mathx` browser from XML docs
6666
- [Contributing](contributing.md) — naming and file layout conventions

docs~/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</p>
88
<div class="mathx-hero__actions">
99
<a href="getting-started/" class="md-button md-button--primary">Get started</a>
10-
<a href="api/metadata/Unity.Mathematics.mathx.html" class="md-button">API reference</a>
10+
<a href="api/" class="md-button">API reference</a>
1111
<a href="https://github.com/LTMX/Unity.mathx" class="md-button">GitHub</a>
1212
</div>
1313
<span class="mathx-hero__package">com.ltmx.mathematics.mathx</span>
@@ -100,7 +100,7 @@ Available on [OpenUPM](https://openupm.com/packages/com.ltmx.mathematics.mathx/)
100100

101101
## Roadmap
102102

103-
- [x] Fast functions, constants, Mathf translations
104-
- [x] Random, component logic, interpolation, matrices
105-
- [x] Noise, SDF, Jobify, hashing, vector builders
106-
- [x] Generic jobs and function iterators
103+
- Fast functions, constants, Mathf translations
104+
- Random, component logic, interpolation, matrices
105+
- Noise, SDF, Jobify, hashing, vector builders
106+
- Generic jobs and function iterators

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@ nav:
9090
- Jobify & jobs: guides/jobify.md
9191
- Hashing: guides/hashing.md
9292
- Structs: guides/structs.md
93-
- API reference: ../api/index.html
93+
- API reference: api/index.html
9494
- Quality: QUALITY.md
9595
- Contributing: contributing.md

0 commit comments

Comments
 (0)