Skip to content

Commit

Permalink
Update generated ToC structure for level 3 headings
Browse files Browse the repository at this point in the history
Until Docusaurus 2.0.0-beta16, the ToC was a tree structure;
since facebook/docusaurus#6729, it is flat instead.
The mismatch caused level 3 headings not to appear in the ToC.
  • Loading branch information
ISSOtm committed Apr 19, 2024
1 parent f2559fb commit 84d0952
Show file tree
Hide file tree
Showing 397 changed files with 218 additions and 8,799 deletions.
246 changes: 2 additions & 244 deletions docs/gbz80.7.md

Large diffs are not rendered by default.

Binary file modified docs/gbz80.7.pdf
Binary file not shown.
14 changes: 0 additions & 14 deletions docs/rgbasm.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,49 +9,35 @@ export const toc = [
"value": "SYNOPSIS",
"id": "SYNOPSIS",
"level": 2,
"children": [
]
},
{
"value": "DESCRIPTION",
"id": "DESCRIPTION",
"level": 2,
"children": [
]
},
{
"value": "DIAGNOSTICS",
"id": "DIAGNOSTICS",
"level": 2,
"children": [
]
},
{
"value": "EXAMPLES",
"id": "EXAMPLES",
"level": 2,
"children": [
]
},
{
"value": "BUGS",
"id": "BUGS",
"level": 2,
"children": [
]
},
{
"value": "SEE ALSO",
"id": "SEE_ALSO",
"level": 2,
"children": [
]
},
{
"value": "HISTORY",
"id": "HISTORY",
"level": 2,
"children": [
]
},
];
Binary file modified docs/rgbasm.1.pdf
Binary file not shown.
100 changes: 7 additions & 93 deletions docs/rgbasm.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,301 +9,215 @@ export const toc = [
"value": "DESCRIPTION",
"id": "DESCRIPTION",
"level": 2,
"children": [
]
},
{
"value": "SYNTAX",
"id": "SYNTAX",
"level": 2,
"children": [
},
{
"value": "Symbol interpolation",
"id": "Symbol_interpolation",
"level": 3,
"children": [
]
},
]
},
{
"value": "EXPRESSIONS",
"id": "EXPRESSIONS",
"level": 2,
"children": [
},
{
"value": "Numeric formats",
"id": "Numeric_formats",
"level": 3,
"children": [
]
},
{
"value": "Operators",
"id": "Operators",
"level": 3,
"children": [
]
},
{
"value": "Fixed-point expressions",
"id": "Fixed-point_expressions",
"level": 3,
"children": [
]
},
{
"value": "String expressions",
"id": "String_expressions",
"level": 3,
"children": [
]
},
{
"value": "Character maps",
"id": "Character_maps",
"level": 3,
"children": [
]
},
{
"value": "Other functions",
"id": "Other_functions",
"level": 3,
"children": [
]
},
]
},
{
"value": "SECTIONS",
"id": "SECTIONS",
"level": 2,
"children": [
},
{
"value": "Section stack",
"id": "Section_stack",
"level": 3,
"children": [
]
},
{
"value": "RAM code",
"id": "RAM_code",
"level": 3,
"children": [
]
},
{
"value": "Unionized sections",
"id": "Unionized_sections",
"level": 3,
"children": [
]
},
{
"value": "Section fragments",
"id": "Section_fragments",
"level": 3,
"children": [
]
},
]
},
{
"value": "SYMBOLS",
"id": "SYMBOLS",
"level": 2,
"children": [
},
{
"value": "Labels",
"id": "Labels",
"level": 3,
"children": [
]
},
{
"value": "Anonymous labels",
"id": "Anonymous_labels",
"level": 3,
"children": [
]
},
{
"value": "Variables",
"id": "Variables",
"level": 3,
"children": [
]
},
{
"value": "Numeric constants",
"id": "Numeric_constants",
"level": 3,
"children": [
]
},
{
"value": "Offset constants",
"id": "Offset_constants",
"level": 3,
"children": [
]
},
{
"value": "String constants",
"id": "String_constants",
"level": 3,
"children": [
]
},
{
"value": "Macros",
"id": "Macros",
"level": 3,
"children": [
]
},
{
"value": "Exporting and importing symbols",
"id": "Exporting_and_importing_symbols",
"level": 3,
"children": [
]
},
{
"value": "Purging symbols",
"id": "Purging_symbols",
"level": 3,
"children": [
]
},
{
"value": "Predeclared symbols",
"id": "Predeclared_symbols",
"level": 3,
"children": [
]
},
]
},
{
"value": "DEFINING DATA",
"id": "DEFINING_DATA",
"level": 2,
"children": [
},
{
"value": "Statically allocating space in RAM",
"id": "Statically_allocating_space_in_RAM",
"level": 3,
"children": [
]
},
{
"value": "Defining constant data in ROM",
"id": "Defining_constant_data_in_ROM",
"level": 3,
"children": [
]
},
{
"value": "Including binary files",
"id": "Including_binary_files",
"level": 3,
"children": [
]
},
{
"value": "Unions",
"id": "Unions",
"level": 3,
"children": [
]
},
]
},
{
"value": "THE MACRO LANGUAGE",
"id": "THE_MACRO_LANGUAGE",
"level": 2,
"children": [
},
{
"value": "Invoking macros",
"id": "Invoking_macros",
"level": 3,
"children": [
]
},
{
"value": "Printing things during assembly",
"id": "Printing_things_during_assembly",
"level": 3,
"children": [
]
},
{
"value": "Automatically repeating blocks of code",
"id": "Automatically_repeating_blocks_of_code",
"level": 3,
"children": [
]
},
{
"value": "Aborting the assembly process",
"id": "Aborting_the_assembly_process",
"level": 3,
"children": [
]
},
{
"value": "Including other source files",
"id": "Including_other_source_files",
"level": 3,
"children": [
]
},
{
"value": "Conditional assembling",
"id": "Conditional_assembling",
"level": 3,
"children": [
]
},
]
},
{
"value": "MISCELLANEOUS",
"id": "MISCELLANEOUS",
"level": 2,
"children": [
},
{
"value": "Changing options while assembling",
"id": "Changing_options_while_assembling",
"level": 3,
"children": [
]
},
{
"value": "Requesting alignment",
"id": "Requesting_alignment",
"level": 3,
"children": [
]
},
]
},
{
"value": "SEE ALSO",
"id": "SEE_ALSO",
"level": 2,
"children": [
]
},
{
"value": "HISTORY",
"id": "HISTORY",
"level": 2,
"children": [
]
},
];
Binary file modified docs/rgbasm.5.pdf
Binary file not shown.
Loading

0 comments on commit 84d0952

Please sign in to comment.