Releases: openpatch/hyperbook
Releases · openpatch/hyperbook
@hyperbook/[email protected]
Minor Changes
-
#371
5a287b2Thanks @mikebarkmin! - # Introducing HyperlibraryA Hyperlibrary is a way to connect multiple Hyperbooks and Hyperlibraries with
each other. Hyperlibraries are a super flexible way to develop connected
Hyperbooks.A Hyperlibrary is nothing more than a
hyperlibrary.jsonfiles.
Here is an example for connecting different versions.{ "name": "Versions", "library": [ { "src": "v1", "name": "1.0.0", "basePath": "v1" }, { "src": "v2", "name": "2.0.0", "basePath": "/" } ] }The folder structure in this case would look like this:
documention | v1 | | ... | | hyperbook.json | v2 | | ... | | hyperbook.json | hyperlibrary.json
As for a Hyperbook, you also have to run the
hyperbook setupfirst.
Afterwards you can use thehyperbook buildcommand for building your
Hyperlibrary.The
hyperbook devcommand is not supported with this release. As a workaround you have to start the Hyperbooks as standalones. For exampleuser ~/documention $ cd v1 user ~/v1 $ npx hyperbook dev
CLI Changes
hyperbook setupdoes not download the template any more from the GitHub repo, but bundles it. This should decrease bandwidth and improve setup speed.hyperbook buildandhyperbook setupreceived new command line outputs. This was necessary for not getting lost when using the CLI with a Hyperlibrary.
Patch Changes
- Updated dependencies [
5a287b2]:- @hyperbook/[email protected]
@hyperbook/[email protected]
Patch Changes
- Updated dependencies []:
- @hyperbook/[email protected]
@hyperbook/[email protected]
Patch Changes
- Updated dependencies []:
- @hyperbook/[email protected]
@hyperbook/[email protected]
Patch Changes
- Updated dependencies []:
- @hyperbook/[email protected]
@hyperbook/[email protected]
Patch Changes
- Updated dependencies []:
- @hyperbook/[email protected]
@hyperbook/[email protected]
Patch Changes
- Updated dependencies []:
- @hyperbook/[email protected]
@hyperbook/[email protected]
Patch Changes
- Updated dependencies []:
- @hyperbook/[email protected]
@hyperbook/[email protected]
Patch Changes
- Updated dependencies []:
- @hyperbook/[email protected]
@hyperbook/[email protected]
Patch Changes
- Updated dependencies []:
- @hyperbook/[email protected]
@hyperbook/[email protected]
Patch Changes
- Updated dependencies []:
- @hyperbook/[email protected]