Feature/mkdocs with versioning #824

Merged
zxq9 merged 9 commits from github/fork/marc0olo/feature/mkdocs-with-versioning into master 2021-08-27 23:46:18 +09:00
4 changed files with 6 additions and 6 deletions
Showing only changes of commit b68beb368d - Show all commits

View File

@ -50,6 +50,6 @@ nav:
- Introduction: index.md - Introduction: index.md
- Syntax: sophia_syntax.md - Syntax: sophia_syntax.md
- Features: sophia_features.md - Features: sophia_features.md
- Standard Library: sophia_stdlib.md - Standard library: sophia_stdlib.md
- Contract Examples: sophia_examples.md - Contract examples: sophia_examples.md
- Changelog: CHANGELOG.md - Changelog: CHANGELOG.md

View File

@ -12,8 +12,8 @@ The compiler is currently being used three places
* [Introduction](docs/index.md) * [Introduction](docs/index.md)
* [Syntax](docs/sophia_syntax.md) * [Syntax](docs/sophia_syntax.md)
* [Features](docs/sophia_features.md) * [Features](docs/sophia_features.md)
* [Standard Library](docs/sophia_stdlib.md) * [Standard library](docs/sophia_stdlib.md)
* [Contract Examples](docs/sophia_examples.md) * [Contract examples](docs/sophia_examples.md)
Additionally you can check out the [contracts section](https://github.com/aeternity/protocol/blob/master/contracts/contracts.md) of the æternity blockchain specification. Additionally you can check out the [contracts section](https://github.com/aeternity/protocol/blob/master/contracts/contracts.md) of the æternity blockchain specification.

View File

@ -1,4 +1,4 @@
# Contract Examples # Contract examples
## Crowdfunding ## Crowdfunding
```sophia ```sophia

View File

@ -5,7 +5,7 @@ check if the comments in the sources are up to date as well. You may find them
in the priv/stdlib directory. Thanks! in the priv/stdlib directory. Thanks!
--> -->
# Standard Library # Standard library
Sophia language offers standard library that consists of several namespaces. Some of them are already Sophia language offers standard library that consists of several namespaces. Some of them are already
in the scope and do not need any actions to be used, while the others require some files to be included. in the scope and do not need any actions to be used, while the others require some files to be included.