diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-06-01 13:36:32 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-06-12 16:29:05 +0200 |
commit | b66a7359fbbff35af630c88c56598bbc06b393e1 (patch) | |
tree | d866802c4b44c13cbd90f9919cc7fc472091be0c /README.md | |
parent | 144b2c619f28c91663936cd445251ca28af45f88 (diff) | |
download | justbuild-b66a7359fbbff35af630c88c56598bbc06b393e1.tar.gz |
doc: Convert orgmode files to markdown
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 36 |
1 files changed, 18 insertions, 18 deletions
@@ -15,25 +15,25 @@ taken from user-defined rules described by functional expressions. [installation guide](INSTALL.md). * Tutorial - - [Getting Started](doc/tutorial/getting-started.org) - - [Hello World](doc/tutorial/hello-world.org) - - [Third party dependencies](doc/tutorial/third-party-software.org) - - [Tests](doc/tutorial/tests.org) - - [Targets versus `FILE`, `GLOB`, and `TREE`](doc/tutorial/target-file-glob-tree.org) - - [Ensuring reproducibility](doc/tutorial/rebuild.org) - - [Using protobuf](doc/tutorial/proto.org) + - [Getting Started](doc/tutorial/getting-started.md) + - [Hello World](doc/tutorial/hello-world.md) + - [Third party dependencies](doc/tutorial/third-party-software.md) + - [Tests](doc/tutorial/tests.md) + - [Targets versus `FILE`, `GLOB`, and `TREE`](doc/tutorial/target-file-glob-tree.md) + - [Ensuring reproducibility](doc/tutorial/rebuild.md) + - [Using protobuf](doc/tutorial/proto.md) - [How to create a single-node remote execution service](doc/tutorial/just-execute.org) ## Documentation -- [Overview](doc/concepts/overview.org) -- [Build Configurations](doc/concepts/configuration.org) -- [Multi-Repository Builds](doc/concepts/multi-repo.org) -- [Expression Language](doc/concepts/expressions.org) -- [Built-in Rules](doc/concepts/built-in-rules.org) -- [User-Defined Rules](doc/concepts/rules.org) -- [Documentation Strings](doc/concepts/doc-strings.org) -- [Cache Pragma and Testing](doc/concepts/cache-pragma.org) -- [Anonymous Targets](doc/concepts/anonymous-targets.org) -- [Target-Level Caching](doc/concepts/target-cache.org) -- [Garbage Collection](doc/concepts/garbage.org) +- [Overview](doc/concepts/overview.md) +- [Build Configurations](doc/concepts/configuration.md) +- [Multi-Repository Builds](doc/concepts/multi-repo.md) +- [Expression Language](doc/concepts/expressions.md) +- [Built-in Rules](doc/concepts/built-in-rules.md) +- [User-Defined Rules](doc/concepts/rules.md) +- [Documentation Strings](doc/concepts/doc-strings.md) +- [Cache Pragma and Testing](doc/concepts/cache-pragma.md) +- [Anonymous Targets](doc/concepts/anonymous-targets.md) +- [Target-Level Caching](doc/concepts/target-cache.md) +- [Garbage Collection](doc/concepts/garbage.md) |