Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App structure: DNAs page #516

Merged
merged 38 commits into from
Feb 4, 2025
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
f154488
lifecycle callbacks and zome functions pages
pdaoust Jan 15, 2025
8fc90cd
add new pages to navs
pdaoust Jan 15, 2025
ae585c0
link up all references to two new pages
pdaoust Jan 15, 2025
e20390e
remove redundant descriptions of lifecycles, add examples for relaxed
pdaoust Jan 15, 2025
f16a4a5
add under-the-hood for CreateLink and DeleteLink
pdaoust Jan 15, 2025
cd3eee3
add snapshotted to dict
pdaoust Jan 15, 2025
2ccb02d
fix broken JSON
pdaoust Jan 15, 2025
5cb51e1
fix broken links
pdaoust Jan 15, 2025
60cf346
fix hdk_entry_defs, whoops
pdaoust Jan 15, 2025
060a7d8
add example for post_commit
pdaoust Jan 15, 2025
1010a44
simplify/elaborate post_commit example
pdaoust Jan 16, 2025
39813c0
Merge branch 'feat/guide/app-structure-zomes' into feat/guide/app-str…
pdaoust Jan 17, 2025
5103988
improve language around callbacks and lifecycle hooks, plus a couple …
pdaoust Jan 17, 2025
0cc2fca
little bit more of the same
pdaoust Jan 17, 2025
a1c3af3
test/fix all code samples in callbacks page
pdaoust Jan 20, 2025
26b63dd
small edits to callbacks page
pdaoust Jan 20, 2025
e2c3f7b
link from identifiers to post_commit page (plus a typo fix)
pdaoust Jan 20, 2025
2a74d82
reference/further reading for zomes and callbacks pages
pdaoust Jan 20, 2025
f7d3638
Merge branch 'feat/guide/app-structure-zome-functions' into feat/guid…
pdaoust Jan 21, 2025
05fbd84
DNAs page
pdaoust Jan 21, 2025
445e799
add DNAs page to nav and other references
pdaoust Jan 21, 2025
f618460
mention using a Cargo workspace
pdaoust Jan 21, 2025
994c997
fix broken URLs and a typo
pdaoust Jan 21, 2025
854c45b
add section to DNAs on remote calling
pdaoust Jan 22, 2025
7239d69
add DNAs and hApps to build guide overview
pdaoust Jan 22, 2025
6de7e31
typo in remote/bridge call table
pdaoust Jan 22, 2025
ae3614a
fix lost mention of integrity modifiers
pdaoust Jan 22, 2025
f0556bb
replace hc dna init with hc scaffold dna
pdaoust Jan 27, 2025
86fcefb
change DNA bundling to use npm
pdaoust Jan 27, 2025
a111ffb
Apply suggestions from code review
pdaoust Jan 27, 2025
6763280
remove mention of Moss from DNAs
pdaoust Jan 27, 2025
012eb5f
Merge branch 'feat/guide/app-structure-dnas' of github.com:holochain/…
pdaoust Jan 27, 2025
7b7e133
clarify wording about throwaway DHTs
pdaoust Jan 27, 2025
84da374
update language about coordinator/integrity deps w/ bug warning
pdaoust Jan 29, 2025
7a71396
tiny text edit
pdaoust Jan 29, 2025
2646276
Apply suggestions from code review
pdaoust Jan 30, 2025
4557f70
Merge branch 'main' into feat/guide/app-structure-dnas
pdaoust Jan 31, 2025
6d20e39
Merge remote-tracking branch 'origin/main' into feat/guide/app-struct…
pdaoust Feb 3, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix broken JSON
pdaoust committed Jan 15, 2025
commit 2ccb02d5f55aa10e2a469864a910436fed3e1d22
2 changes: 1 addition & 1 deletion src/pages/_data/navigation/mainNav.json5
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@
{ title: "Application Structure", url: "/build/application-structure/", children: [
{ title: "Zomes", url: "/build/zomes/", children: [
{ title: "Lifecycle Events and Callbacks", url: "/build/lifecycle-events-and-callbacks/" },
{ title: "Zome Functions": url: "/build/zome-functions/" },
{ title: "Zome Functions", url: "/build/zome-functions/" },
] },
]},
{ title: "Working with Data", url: "/build/working-with-data/", children: [