Skip to content

Commit

Permalink
change to godoc
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmueller committed Dec 12, 2017
1 parent 0fb7e09 commit 5607ec3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ Visit [mat.tm/joy](https://mat.tm/joy) to learn more about Joy.

---

[Getting Started]()
    ·    [Examples]()
    ·    [Using the CLI]()
[Getting Started](#getting-started)
    ·    [Examples](#examples)
    ·    [Using the CLI](#using-the-cli)

<!-- [JOY API]()&nbsp;&nbsp;&nbsp;&nbsp;&#183;&nbsp;&nbsp;&nbsp;&nbsp;[DOM API]()&nbsp;&nbsp;&nbsp;&nbsp;&#183;&nbsp;&nbsp;&nbsp;&nbsp;[Virtual DOM API]() -->
[Joy API](https://godoc.org/github.com/matthewmueller/joy)&nbsp;&nbsp;&nbsp;&nbsp;&#183;&nbsp;&nbsp;&nbsp;&nbsp;[DOM API](https://godoc.org/github.com/matthewmueller/joy/dom)&nbsp;&nbsp;&nbsp;&nbsp;&#183;&nbsp;&nbsp;&nbsp;&nbsp;[Virtual DOM API](https://godoc.org/github.com/matthewmueller/joy/vdom)

[Contributing]()&nbsp;&nbsp;&nbsp;&nbsp;&#183;&nbsp;&nbsp;&nbsp;&nbsp;[FAQ]()&nbsp;&nbsp;&nbsp;&nbsp;&#183;&nbsp;&nbsp;&nbsp;&nbsp;[More Links]()
[Contributing](#contributing)&nbsp;&nbsp;&nbsp;&nbsp;&#183;&nbsp;&nbsp;&nbsp;&nbsp;[FAQ](#faq)&nbsp;&nbsp;&nbsp;&nbsp;&#183;&nbsp;&nbsp;&nbsp;&nbsp;[More Links](#more-links)

---

Expand Down
4 changes: 4 additions & 0 deletions dom/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// Package dom implements the Joy bindings for a 100% complete, zero-cost DOM.
//
// Please note that these APIs are still experimental and may change significantly before we reach 1.0
package dom
4 changes: 4 additions & 0 deletions vdom/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// Package vdom implements the Joy bindings for a 100% complete, zero-cost DOM.
//
// Please note that these APIs are still experimental and may change significantly before we reach 1.0
package vdom

0 comments on commit 5607ec3

Please sign in to comment.