Skip to content
This repository has been archived by the owner on Oct 21, 2021. It is now read-only.

Commit

Permalink
Merge branch 'h-wiki' of github.com:eyss/happ-index into h-wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Aug 12, 2020
2 parents 06e0229 + b36d998 commit 2845345
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 3 additions & 4 deletions happ-resources/H-wiki/bundle.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@

bridges = []

[[instances]]
name = "H_Wiki"
id = "__H_Wiki"
dna_hash = "QmcXKJRKv9rkykNQyiF4g6HF4EmNNotQ5o88vr5m3bw5si"
uri = "https://github.com/eyss/h-wiki-back/releases/download/0.4/h-wiki-back.dna.json"
dna_hash = "QmYxzurHHhydVXX9yt2vmd2obS6TU99KkFKhnRH4pd6NQs"
uri = "https://github.com/eyss/h-wiki-back/releases/download/0.5/h-wiki-back.dna.json"

[[UIs]]
name = "H-Wiki"
uri = "https://github.com/eyss/h-wiki-back/releases/download/0.4/ui.zip"
uri = "https://github.com/eyss/h-wiki-back/releases/download/0.5/ui.zip"

[[UIs.instance_references]]
ui_handle = "__H_Wiki"
Expand Down
8 changes: 8 additions & 0 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@
"screenshot": "https://github.com/holochain/passthrough-dna/releases/download/v0.0.6/Passthrough.png",
"description": "This is the simplest hApp possible - and it is meant for testing Holochain itself, interactively. The DNA passes-through the HDK's API functions as zome functions so that hdk::commit_entry and hdk::get_links can be called directly from the UI. If installed with an admin interface it also renders all the internal redux actions that the Holochain instance processes."
},
{
"name": "H-Wiki",
"directory": "h-wiki",
"github": "https://github.com/eyss/h-wiki-back",
"icon": "https://raw.githubusercontent.com/hector0513/icono/master/LogoH-wik-8.png?token=AD4GNJN6YFZ3DGROMOU3AWK6J7B3C",
"screenshot": "https://user-images.githubusercontent.com/16279205/74938217-f5747680-53c3-11ea-92de-aa3d3039fc5a.png",
"description": "The H-Wiki Project is a site in which users collaboratively modify and structure content directly from a web browser to create a truly distributed knowledge-base"
},
{
"name": "Acorn (Use Admin!)",
"directory": "acorn",
Expand Down

0 comments on commit 2845345

Please sign in to comment.