mirror of
https://github.com/cincheo/jsweet.git
synced 2025-12-15 07:19:22 +00:00
added toc and logo
This commit is contained in:
parent
9b8656b391
commit
83d0ba36e6
@ -1,3 +1,27 @@
|
||||
- [Basic concepts](#basic-concepts)
|
||||
- [Core types and objects](#core-types-and-objects)
|
||||
- [Classes](#classes)
|
||||
- [Interfaces](#interfaces)
|
||||
- [Enums](#enums)
|
||||
- [Indexed objects](#indexed-objects)
|
||||
- [Optional parameters](#sec:optional)
|
||||
- [Types](#types)
|
||||
- [Functional types](#functional-types)
|
||||
- [Object types](#object-types)
|
||||
- [String types](#string-types)
|
||||
- [Tuple types](#tuple-types)
|
||||
- [Union types](#union-types)
|
||||
- [Semantics](#sec:semantics)
|
||||
- [Main methods](#main-methods)
|
||||
- [Initializers](#initializers)
|
||||
- [Name clashes](#name-clashes)
|
||||
- [Packaging](#packaging)
|
||||
- [Packages and modules](#packages-and-modules)
|
||||
- [Globals](#globals)
|
||||
- [Root packages](#root-packages)
|
||||
- [Modules](#modules)
|
||||
- [Bundles](#bundles)
|
||||
|
||||
Basic concepts
|
||||
--------------
|
||||
|
||||
|
||||
BIN
doc/logo.png
Normal file
BIN
doc/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 200 KiB |
2
pom.xml
2
pom.xml
@ -134,6 +134,8 @@
|
||||
<argument>-w</argument>
|
||||
<argument>markdown_github</argument>
|
||||
<argument>--base-header-level=2</argument>
|
||||
<argument>-s</argument>
|
||||
<argument>--toc</argument>
|
||||
<argument>-o</argument>
|
||||
<argument>jsweet-language-specifications.md</argument>
|
||||
<argument>jsweet-language-specifications.tex</argument>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user