-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
69 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
static/api/main/ | ||
api/main/ | ||
public |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="chrome=1" /> | ||
<title>Acter Developer Docs</title> | ||
|
||
<link rel="stylesheet" href="stylesheets/styles.css" /> | ||
<meta name="viewport" content="width=device-width" /> | ||
</head> | ||
<body> | ||
<div class="wrapper"> | ||
<header> | ||
<h1>Acter</h1> | ||
<p>organize your activism</p> | ||
<p class="view"> | ||
<a href="http://github.com/acterglobal/a3" | ||
>View the Project on GitHub <small>acterglobal/a3</small></a | ||
> | ||
</p> | ||
<ul> | ||
<li> | ||
<a href="https://github.com/acterglobal/a3/zipball/master" | ||
>Download <strong>ZIP File</strong></a | ||
> | ||
</li> | ||
<li> | ||
<a href="https://github.com/acterglobal/a3/tarball/master" | ||
>Download <strong>TAR Ball</strong></a | ||
> | ||
</li> | ||
<li> | ||
<a href="http://github.com/acterglobal/a3" | ||
>Fork On <strong>GitHub</strong></a | ||
> | ||
</li> | ||
</ul> | ||
</header> | ||
<section> | ||
<h1> | ||
<a href="https://acter.global/dev/" | ||
>Developer Documentation has moved</a | ||
> | ||
<ul> | ||
<li> | ||
🏗️ | ||
<a href="/api/main/dart-sdk/">SDK docs (main)</a><br />The | ||
internal SDK and its types as dart docs | ||
</li> | ||
<li> | ||
📱 | ||
<a href="/api/main/app/">App docs (main)</a><br />The full API | ||
docs in Flutter for the entire app, including all custom Widget | ||
</li> | ||
<li> | ||
🍄 | ||
<a href="/api/main/rust/acter/">Rust docs (main)</a><br />The API | ||
docs of the internal SDK on the rust-level | ||
</li> | ||
</ul> | ||
</h1> | ||
</section> | ||
</div> | ||
</body> | ||
</html> |