From 861d2ad7e3ae8c3bc45014f1a271554fbafe84d4 Mon Sep 17 00:00:00 2001 From: MegaMech Date: Sat, 13 Jan 2024 00:29:05 -0700 Subject: Try to fix docs tree (#539) * Update docs --- docs/BUILD_WINDOWS.md | 2 ++ docs/Understanding the Basics/Basic Concepts.md | 1 + docs/Understanding the Basics/index.md | 3 ++- 3 files changed, 5 insertions(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.2.3