Skip to content

Commit

Permalink
Try to fix docs 2 (#540)
Browse files Browse the repository at this point in the history
* Fix docs
  • Loading branch information
MegaMech authored Jan 13, 2024
1 parent 861d2ad commit 93adc02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/BUILD_WINDOWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@subpage basics "Compiling"
\subpage basics "Compiling"

## Compiling mk64 Decomp In Windows

Expand Down
2 changes: 1 addition & 1 deletion docs/Understanding the Basics/Basic Concepts.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/Understanding the Basics/index.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@subpage basics "test"
\subpage basics "test"
# test

0 comments on commit 93adc02

Please sign in to comment.