Skip to content

Commit 9b98125

Browse files
authored
ARCHIVE
1 parent 8541249 commit 9b98125

File tree

1 file changed

+1
-37
lines changed

1 file changed

+1
-37
lines changed

README.md

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1 @@
1-
![Atomic Data](src/assets/atomic_data_logo_stroke.svg)
2-
3-
# `atomic-data-docs`
4-
5-
_Atomic Data is a specification for sharing, modifying and modeling graph data._
6-
7-
View it on [docs.atomicdata.dev](https://docs.atomicdata.dev).
8-
If you're looking for **implementations of Atomic Data**, check out [atomic-server](https://github.com/atomicdata-dev/atomic-server) (server + cli + lib written in Rust) and [atomic-data-browser](https://github.com/atomicdata-dev/atomic-data-browser) (react / typescript).
9-
10-
## About this repo
11-
12-
This repository holds the markdown book for the Atomic Data standard.
13-
It serves two purposes:
14-
15-
- A central hub for **written content** such as documentation, the specification, tutorials and guides.
16-
- A place to **discuss the specification** - that should happen in this issue tracker.
17-
18-
## Running locally
19-
20-
You can run it locally using [mdBook](https://github.com/rust-lang/mdBook)
21-
22-
```sh
23-
# This requires at least Rust 1.39 and Cargo to be installed. Once you have installed Rust, type the following in the terminal:
24-
cargo install mdbook
25-
# Install mdbook-linkcheck to prevent broken links in your markdown.
26-
cargo install mdbook-linkcheck
27-
# Serve at localhost:3000, updates when files change.
28-
mdbook serve
29-
```
30-
31-
Publishing is done with Github actions - simply push the master branch.
32-
33-
## Contributing
34-
35-
Add an issue or open a PR!
36-
All thoughts are welcome.
37-
Also, check out the [Discord](https://discord.gg/a72Rv2P).
1+
# MOVED TO [ATOMIC-SERVER REPO](https://github.com/atomicdata-dev/atomic-server/tree/develop/docs)

0 commit comments

Comments
 (0)