diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2024-01-13 00:29:05 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-13 00:29:05 -0700 |
| commit | 861d2ad7e3ae8c3bc45014f1a271554fbafe84d4 (patch) | |
| tree | a9d270c91f2e2e4e8f1af2fa046ce6ed69aad3ae /docs | |
| parent | 396b8e1d81e9ab6539b00185ef4d6fcdf220eba6 (diff) | |
Try to fix docs tree (#539)
* Update docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/BUILD_WINDOWS.md | 2 | ||||
| -rw-r--r-- | docs/Understanding the Basics/Basic Concepts.md | 1 | ||||
| -rw-r--r-- | docs/Understanding the Basics/index.md | 3 |
3 files changed, 5 insertions, 1 deletions
diff --git a/docs/BUILD_WINDOWS.md b/docs/BUILD_WINDOWS.md index ecf141d1e..8197088b1 100644 --- a/docs/BUILD_WINDOWS.md +++ b/docs/BUILD_WINDOWS.md @@ -1,3 +1,5 @@ +@subpage basics "Compiling" + ## Compiling mk64 Decomp In Windows ***This method is not recommended nor supported. However, it is the only solution to build in W7/W8. WSL is the path of least resistance, use that not this*** diff --git a/docs/Understanding the Basics/Basic Concepts.md b/docs/Understanding the Basics/Basic Concepts.md index c6c4a6bee..8dfa5fade 100644 --- a/docs/Understanding the Basics/Basic Concepts.md +++ b/docs/Understanding the Basics/Basic Concepts.md @@ -1,3 +1,4 @@ +@page basics "Understanding the Basics" #### Definitions * `Jump/Branch/Function` - Tells the cpu to execute instructions somewhere else and come back here when done. * `Hexadecimal` - A [numbering system](https://en.wikipedia.org/wiki/Hexadecimal) just like decimal (also called base-ten) or roman numerals. An easy method for programmers and computers to understand each other which groups/separates bytes of information in a readable format. Representing information as decimal results in an unreadable mess. diff --git a/docs/Understanding the Basics/index.md b/docs/Understanding the Basics/index.md index ab98b757a..039c7e365 100644 --- a/docs/Understanding the Basics/index.md +++ b/docs/Understanding the Basics/index.md @@ -1 +1,2 @@ -# Understanding the Basics +@subpage basics "test" +# test |
