Skip to content

Commit edf4d74

Browse files
committed
docs: udpate index.md page
Fix table of contents by changing the headers of every section.
1 parent 52cc174 commit edf4d74

1 file changed

Lines changed: 15 additions & 14 deletions

File tree

docs/index.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# General
1+
## General
2+
23
* [About](about.md)
34
<br />About Boriel BASIC SDK
45

@@ -14,18 +15,17 @@
1415
* [Command line options](zxb.md#Command_Line_Options)
1516
<br />Command line options table for the compiler (zxb)
1617

17-
# Download
18-
18+
## Download
1919
Get the latest version of Boriel BASIC from the [archive](archive.md).
2020

21-
# Released programs
21+
## Released programs
2222

2323
* [Released programs](released_programs.md)
2424
<br />A list of third-party released programs (mostly games) for the ZX-Spectrum developed with Boriel BASIC.
2525

26-
# Learning Boriel BASIC
26+
## Learning Boriel BASIC
2727

28-
## Language Reference
28+
### Language Reference
2929
* [Language syntax](syntax.md)
3030
<br />Language Syntax is very close to the original Sinclair BASIC, but it's expanded and enhanced.
3131

@@ -38,7 +38,7 @@ Get the latest version of Boriel BASIC from the [archive](archive.md).
3838
* [Standard libraries](library/stdlib.md)
3939
<br />Standard libraries that comes bundled with Boriel BASIC compiler.
4040

41-
## Tutorials
41+
### Tutorials
4242
* [Programming tutorials](tutorials.md)
4343
<br />A collection of third-party tutorials about development with Boriel BASIC.
4444

@@ -48,31 +48,32 @@ Get the latest version of Boriel BASIC from the [archive](archive.md).
4848
* [Sample Games](sample_programs.md#Game Examples)
4949
<br />Some little games examples.
5050

51-
# Help and Support
51+
## Help and Support
5252

5353
* [Community Forum](http://www.boriel.com/forum)
5454
<br />Have a question? Need help or comment a report a bug? Go to the [Boriel BASIC forum](http://www.boriel.com/forum)
5555

56-
# External resources
56+
## External resources
5757

5858
* Here you are [external resources](external_resources.md): other tools, IDEs, graphic designers and projects related to Boriel BASIC. Have a look!
5959

60-
# External libraries
60+
### External libraries
6161

6262
* [Library](library.md)
6363
<br />Library of functions and subroutines you can use in your programs. You might find them really useful.
6464

65-
# Inline assembler
65+
## Inline assembler
6666
Embedding inline assembler in your code is pretty easy. There's a [tutorial](tutorials.md) on it.
6767

68-
# Compiler internals
68+
## Compiler internals
6969
Only for true hackers: This explains how the compiler does its job, how to expand it, etc.
70+
This is `work in progress`.
7071

71-
# Other Architectures
72+
## Other Architectures
7273
Boriel BASIC was designed from the base as a Retargeable Compiler, so it should be not hard to extend
7374
it to other architectures. This is `work in progress`. See [other architectures](other_architectures.md) for more info.
7475

75-
# Contributing
76+
## Contributing
7677
You can issue a Pull Request to the [GitHub repository](https://github.com/boriel/zxbasic), report bugs in the forum
7778
when using the compiler, suggest new features...
7879

0 commit comments

Comments
 (0)