Skip to content

Commit a0735ae

Browse files
committed
chore: archive of api docs
Signed-off-by: Sam Gammon <[email protected]>
1 parent 1b691ad commit a0735ae

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

API/1.0.0-alpha9.tgz

13.5 MB
Binary file not shown.

API/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# API Documentation
2+
3+
The latest API docs from the main [Elide repo](https://github.com/elide-dev/elide) are archived here, so they may be built with the docs site, and included in the output that is uploaded to hosting.
4+
5+
## Contributing to the API Docs
6+
7+
The API docs are built automatically with [Dokka](https://github.com/Kotlin/dokka/). See the main Elide repo for directions to build the API docs.
8+

API/latest.tgz

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.0.0-alpha9.tgz

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ Documentation structure is described using a combination of XML and Markdown; XM
1313
hierarchy, and Markdown/[MDX](https://mdxjs.com/) is used to describe actual content. This project focuses on
1414
**narrative documentation**, where Dokka focuses on API docs, and Knit focuses on code samples.
1515

16-
This codebase includes docs from [`elide-dev/elide`](https://github.com/elide-dev/elide) through
17-
[Git submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules). Elide is pinned at a particular commit hash, and
18-
then docs are consumed and included via Writerside and Gradle.
16+
### API Docs
17+
18+
API documentation is generated for each release of Elide, and included as an archive in the [API directory](./API). This content is merged with the main doc site content on-build, and it is published in unison.
1919

2020
## Contributing
2121

22-
There isn't a contributor guide yet, but you can get started by cloning the repo and opening it in Writerside.
22+
There isn't a contributor guide yet, but you can get started by cloning the repo and opening it in Writerside. You can also refer to the contributor guide in the main [Elide repo](https://github.com/elide-dev/elide).
23+

0 commit comments

Comments
 (0)