Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #265 from holochain/mdbook-section-updates
Browse files Browse the repository at this point in the history
MDBOOK:  section updates
  • Loading branch information
Connoropolous authored Aug 30, 2018
2 parents 03f7de1 + afe99e8 commit 93ac55c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
12 changes: 8 additions & 4 deletions doc/holochain_101/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
- [How to contribute](./how_to_contribute.md)
- [Planning a dApp](./planning_a_dapp.md)
- [Building Holochain Apps](./building_apps.md)
- [using zome API global variables](./zome/api_globals.md)
- [using zome API functions](./zome/api_functions.md)
- [implementing zome API functions](./zome/implementation.md)
- [using callback functions](./zome/callback_functions.md)
- [Using Zome API global variables](./zome/api_globals.md)
- [Using Zome API functions](./zome/api_functions.md)
- [Using callback functions](./zome/callback_functions.md)
- [Agent](./agent.md)
- [Keys](./keys.md)
- [DNA](./dna.md)
- [Zome](./zome.md)
- [Source Chain](./source_chain.md)
- [Pairs](./pairs.md)
- [Distributed Hash Table](./distributed_hash_table.md)
Expand All @@ -20,8 +20,12 @@
- [Core API](./core_api.md)
- [WASM](./wasm.md)
- [Command Line Tools](./command_line_tools.md)
- [Embedding Holochain Apps](./embedding_hc_apps.md)
- [Holochain Across Platforms](./holochain_across_platforms.md)
- [Upgrading to Alpha 2](./alpha_migrate.md)
- [Going Live with Holochain Apps](./live_hc_apps.md)
- [Extending the Holochain Platform](./extending_hc_platform.md)
- [Writing a Development Kit (HDK)](./writing_development_kit.md)
- [Implementing Zome API functions](./zome/implementation.md)
- [Redux Architecture](./state_actions.md)
- [State actions](./state/actions.md)
1 change: 1 addition & 0 deletions doc/holochain_101/src/alpha_migrate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Updating to Alpha 2
3 changes: 3 additions & 0 deletions doc/holochain_101/src/embedding_hc_apps.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Embedding Holochain Apps

Core API is a library for embedding a Holochain instance (an hApp) in your own code. So this is for the use case of writing your own software that runs hApps. A common use case might be "glueing" several hApps together or adding centralized services, like file storage, on top of a hApp.
1 change: 1 addition & 0 deletions doc/holochain_101/src/writing_development_kit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Writing a Development Kit
1 change: 1 addition & 0 deletions doc/holochain_101/src/zome.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Zome

0 comments on commit 93ac55c

Please sign in to comment.