Skip to content

Commit 8e01d9f

Browse files
author
Janaka-Steph
committed
Remove document component from master branch
1 parent 802ec8c commit 8e01d9f

File tree

75 files changed

+22
-7071
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+22
-7071
lines changed

README.adoc

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,23 @@ Throughout this guide, we want to provide you with sufficient explanation to eac
99
At the moment, Bitcoin Javascript tutorials are still very scarce, but we believe it doesn't have to be this way. The following guide intends to address this problem.
1010

1111
This guide is maintained on https://github.com/bitcoin-studio/Bitcoin-Programming-with-BitcoinJS[GitHub^] and available as a
12-
https://bitcoinjs-guide.bitcoin-studio.com[web book^]. It is written in awesome AsciiDoc and generated using the kickass https://antora.org/[Antora^] site generator.
12+
https://bitcoinjs-guide.bitcoin-studio.com[web book^]. It is written in awesome AsciiDoc and generated using the kickass https://antora.org/[Antora^] site generator.
13+
14+
== Repository Structure
15+
16+
- The Master branch contains the Antora playbook, the UI project, and the UI bundle. +
17+
The UI project build then packages the UI into a
18+
bundle, which the UI Loader in Antora consumes. Antora grabs the bundle, extracts it into a UI catalog, and takes compilation to
19+
completion by weaving the Antora’s content model into the Handlebars templates to make the pages and auxiliary data files.
20+
Antora then copies the remaining UI assets to the site output.
21+
22+
.Generates the UI bundle
23+
cd ui
24+
npm install
25+
gulp bundle
26+
27+
.Build the website
28+
antora antora-playbook.yml
29+
30+
- The Documentation Components stored in versioned branches (v4, v5, ...).
31+

antora.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

code/algebra_puzzle_np2wsh.js

Lines changed: 0 additions & 69 deletions
This file was deleted.

code/algebra_puzzle_p2sh.js

Lines changed: 0 additions & 56 deletions
This file was deleted.

code/algebra_puzzle_p2wsh.js

Lines changed: 0 additions & 65 deletions
This file was deleted.

code/bitcoin.conf

Lines changed: 0 additions & 150 deletions
This file was deleted.

0 commit comments

Comments
 (0)