mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-17 20:01:32 +03:00
76 lines
3.1 KiB
Plaintext
76 lines
3.1 KiB
Plaintext
::
|
|
::
|
|
::::
|
|
::
|
|
/= sid /^ manx /: /===/pub/src/site/res/sidebar /hymn/
|
|
/= fot /^ manx /: /===/pub/src/site/res/footer /hymn/
|
|
/= sty /^ @t /: /===/pub/src/site/res/styles /css/
|
|
::
|
|
:::: ~tomsyt-balsen
|
|
::
|
|
;html
|
|
;head
|
|
;title: Urbit: Personal Cloud Computing
|
|
;style:"{(trip sty)}"
|
|
==
|
|
;body
|
|
;+ sid
|
|
;div(class "content container")
|
|
;div(class "page documentation")
|
|
;h1(class "page-title"): Documentation
|
|
;p ; If you want to build a deep understanding of how Urbit works,
|
|
; start with Nock. If you would prefer to just try stuff
|
|
; out, start with Arvo.
|
|
==
|
|
;p ; This documentation is a work in progress. Feedback and corrections
|
|
; are welcome. Pull requests are encouraged. The repo for this site
|
|
; lives ;{a(href "https://github.com/urbit/urbit.github.io") "here"}.
|
|
; We would love your help in making this reference more useful.
|
|
==
|
|
;p ; Arvo is still actively being changed and updated.
|
|
; As Arvo development cools, more documentation will emerge.
|
|
==
|
|
;ul
|
|
;li
|
|
;p:(h2:"Tutorial")
|
|
;strong: Nock
|
|
;ol
|
|
;li:(p:(a/"/gen/main/pub/fab/site/tut/nock1":"Intro to Nock"))
|
|
;li:(p:(a/"/gen/main/pub/fab/site/tut/nock2":"Nock is Easy"))
|
|
;li:(p:(a/"/gen/main/pub/fab/site/tut/nock3":"Using Nock"))
|
|
==
|
|
;strong: Hoon
|
|
;ol
|
|
;li:(p:(a/"/gen/main/pub/fab/site/tut/hoon1":"Intro to Hoon"))
|
|
;li:(p:(a/"/gen/main/pub/fab/site/tut/hoon2":"Types"))
|
|
;li:(p:(a/"/gen/main/pub/fab/site/tut/hoon3":"Hoon Computes"))
|
|
;li:(p:(a/"/gen/main/pub/fab/site/tut/hoon4":"Gates"))
|
|
;li:(p:(a/"/gen/main/pub/fab/site/tut/hoon5":"Tiles"))
|
|
;li:(p:(a/"/gen/main/pub/fab/site/tut/hoon6":"Type Inference"))
|
|
;li:(p:(a/"/gen/main/pub/fab/site/tut/hoon7":"Odds, Ends, Quirks"))
|
|
==
|
|
;strong: Arvo
|
|
;ol
|
|
;li:(p:(a/"/gen/main/pub/fab/site/tut/arvo1":"Basic Arvo"))
|
|
;li:(p:(a/"/gen/main/pub/fab/site/tut/arvo2":"More Basic Arvo"))
|
|
==
|
|
==
|
|
;li
|
|
;p:(h2:"Reference")
|
|
;ul
|
|
;li:(p:(a/"/gen/main/pub/fab/site/ref/foreword":";{strong "Foreword"}: Nock"))
|
|
;li:(p:(a/"/gen/main/pub/fab/site/ref/preface":";{strong "Preface"}: Hoon Abstract"))
|
|
;li:(p:(a/"/gen/main/pub/fab/site/ref/vol0":";{strong "Volume 0"}: Version Stub"))
|
|
;li:(p:(a/"/gen/main/pub/fab/site/ref/vol1":";{strong "Volume 1"}: Hoon Structures"))
|
|
;li:(p:(a/"/gen/main/pub/fab/site/ref/vol2":";{strong "Volume 2"}: Hoon Compiler"))
|
|
;li:(p:(a/"/gen/main/pub/fab/site/ref/vol3":";{strong "Volume 3"}: Arvo Core"))
|
|
;li:(p:(a/"/gen/main/pub/fab/site/ref/vol4":";{strong "Volume 4"}: Arvo Vanes"))
|
|
;li:(p:(a/"/gen/main/pub/fab/site/ref/postface":";{strong "Postface"}"))
|
|
==
|
|
==
|
|
==
|
|
==
|
|
==
|
|
==
|
|
==
|