chore: reorganize doc site structure by moving core docs under modules/ and removing category metadata
Restructure the documentation hierarchy to prepare for documenting additional built-in modules. Move all core library documentation from `doc/site/core/` to `doc/site/modules/core/`, rename `modules.markdown` to `modularity.markdown`, remove `^category` metadata lines from all affected pages, update cross-reference links to use relative paths under the new structure, and add a TODO placeholder to the Class class page.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
^title Error Handling
|
||||
^category guide
|
||||
|
||||
Errors come in a few fun flavors.
|
||||
|
||||
@@ -165,5 +164,5 @@ For example, a method for parsing a number could return a number on success and
|
||||
`null` to indicate parsing failed. Since Wren is dynamically typed, it's easy
|
||||
and natural for a method to return different types of values.
|
||||
|
||||
<a class="right" href="modules.html">Modules →</a>
|
||||
<a class="right" href="modularity.html">Modularity →</a>
|
||||
<a href="concurrency.html">← Concurrency</a>
|
||||
|
||||
Reference in New Issue
Block a user