Skip to content

Commit ec4f15c

Browse files
committed
Update readme.
1 parent c883022 commit ec4f15c

File tree

1 file changed

+29
-3
lines changed

1 file changed

+29
-3
lines changed

README.md

+29-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
1-
[![Netlify Status](https://api.netlify.com/api/v1/badges/3715c793-544d-4b76-bc6b-44c71c876f32/deploy-status)](https://app.netlify.com/sites/samelogic-landing/deploys)
1+
<p align="center">
2+
Documentation platform for Samelogic features, APIs and SDKs
3+
<br /><br />
4+
<a href="https://app.netlify.com/sites/samelogic-landing/deploys">
5+
<img src="https://api.netlify.com/api/v1/badges/3715c793-544d-4b76-bc6b-44c71c876f32/deploy-status" />
6+
</a>
7+
</p>
28

3-
# docs
9+
---
410

5-
Documentation platform for samelogic APIs and SDKs
11+
Documentation repository for all things [Samelogic](https://samelogic.com/). Contains documentation for product features, APIs, SDKs, open source components and guides. Built with Docusaurus 2.
12+
13+
## 🚀 Quick Links
14+
15+
- Learn more in the [docs](https://samelogic.com/docs)
16+
17+
## ✨ Development
18+
19+
This repository is built with [Docusaurus 2](https://v2.docusaurus.io/).
20+
21+
### Running
22+
23+
After `npm install`, the following will start a development server with live reload:
24+
25+
```sh
26+
npm run start
27+
```
28+
29+
### Deployment
30+
31+
Deployment is handled by netlify and will automatically deploy to the production website https://samelogic.com/docs on a merge to master.

0 commit comments

Comments
 (0)