1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
<style>.bs-sidebar { display: none; }</style>
<script>
$("div.col-md-3").remove();
$("div.col-md-9").attr("class", "col-md-12");
</script>
<h1 class="text-center">BundleWrap documentation</h1>
<div class="text-center well" style="line-height: 75px;">
<a class="btn btn-lg btn-blue" href="/guide/quickstart">I want to learn BundleWrap!</a>
<a class="btn btn-lg btn-blueoutline" href="/misc/deciding">Should I use BundleWrap?</a>
</div>
If you run into a problem that is not answered in these docs, please
find us on [GitHub](https://github.com/bundlewrap/bundlewrap/discussions). We’re happy to help!
Should you already know your way around, just click on the part of your repo that you need help with:
<div class="terminal">bundles/
mybundle/
<a href="/repo/bundle.py">bundle.py</a>
<a href="/repo/items.py">items.py</a>
<a href="/repo/metadata.py">metadata.py</a>
files/
<a href="/guide/item_file_templates">template</a>
<a href="/items/file/#source">data/</a>
<a href="/repo/hooks">hooks/</a>
<a href="/guide/dev_item">items/</a>
<a href="/repo/libs">libs/</a>
<a href="/guide/secrets">.secrets.cfg</a>
<a href="/repo/groups.py">groups.py</a>
nodes/
<a href="/guide/toml">nodename.toml</a>
<a href="/repo/nodes.py">nodes.py</a>
<a href="/repo/requirements.txt">requirements.txt</a>
</div>
|