diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2024-01-13 00:47:23 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-13 00:47:23 -0700 |
| commit | 93adc02caf041b7c667f6fe8d7f8ba470cd9cf95 (patch) | |
| tree | 084387626dae4b20394182722e4542b27a2e29fe /docs | |
| parent | 861d2ad7e3ae8c3bc45014f1a271554fbafe84d4 (diff) | |
Try to fix docs 2 (#540)
* Fix docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/BUILD_WINDOWS.md | 2 | ||||
| -rw-r--r-- | docs/Understanding the Basics/Basic Concepts.md | 2 | ||||
| -rw-r--r-- | docs/Understanding the Basics/index.md | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/BUILD_WINDOWS.md b/docs/BUILD_WINDOWS.md index 8197088b1..d9040646b 100644 --- a/docs/BUILD_WINDOWS.md +++ b/docs/BUILD_WINDOWS.md @@ -1,4 +1,4 @@ -@subpage basics "Compiling" +\subpage basics "Compiling" ## Compiling mk64 Decomp In Windows diff --git a/docs/Understanding the Basics/Basic Concepts.md b/docs/Understanding the Basics/Basic Concepts.md index 8dfa5fade..51dbbe659 100644 --- a/docs/Understanding the Basics/Basic Concepts.md +++ b/docs/Understanding the Basics/Basic Concepts.md @@ -1,4 +1,4 @@ -@page basics "Understanding the Basics" +\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 039c7e365..922eb77eb 100644 --- a/docs/Understanding the Basics/index.md +++ b/docs/Understanding the Basics/index.md @@ -1,2 +1,2 @@ -@subpage basics "test" +\subpage basics "test" # test |
