Skip to content

Commit d8c0e19

Browse files
Added an Index to the docs
1 parent fdb7642 commit d8c0e19

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,19 @@ this is from bar target
8080
================================================================================
8181
```
8282

83+
More docs can be found here: [Docs](/docs/buildme.md)
84+
85+
- [Buildme](/docs/buildme.md#buildme-scripts)
86+
- [Target](/docs/buildme.md#target)
87+
- [Creating a target](/docs/buildme.md#creating-a-target)
88+
- [Target depending on another target](/docs/buildme.md#target-depending-on-another-target)
89+
- [Target depending on files](/docs/buildme.md#target-depending-on-files)
90+
- [Targets that creates files](/docs/buildme.md#targets-that-creates-files)
91+
- [CommandRunner](/docs/buildme.md#commandrunner)
92+
- [Receiving Command line args](/docs/buildme.md#receiving-command-line-args)
93+
- [Getting info about the target itself](/docs/buildme.md#getting-info-about-the-target-itself)
94+
- [Dynamic 'creates'](/docs/buildme.md#dynamic-creates)
95+
- [Combining Ideas](/docs/buildme.md#the-above-two-ides-can-combined-to-do-this)
96+
- [Helper functions](/docs/buildme.md#helper-functions)
97+
8398
# Bye....

0 commit comments

Comments
 (0)