Add git,docs,matrix,masto links
This commit is contained in:
parent
0223878e52
commit
2cb0ee89d1
2 changed files with 14 additions and 4 deletions
|
@ -1,5 +1,10 @@
|
|||
# ActivityStreams New
|
||||
__A set of Traits and Types that make up the ActivityStreams and ActivityPub specifications__
|
||||
_A set of Traits and Types that make up the ActivityStreams and ActivityPub specifications_
|
||||
|
||||
- Find the code on [git.asonix.dog](https://git.asonix.dog/asonix/activitystreams-sketch)
|
||||
- Read the docs on [activitystreams-new.asonix.dog](https://activitystreams-new.asonix.dog)
|
||||
- Join the matrix channel at [#activitypub:asonix.dog](https://matrix.to/#/!fAEcHyTUdAaKCzIKCt:asonix.dog?via=asonix.dog&via=matrix.org&via=t2bot.io)
|
||||
- Hit me up on [mastodon](https://asonix.dog/@asonix)
|
||||
|
||||
## Usage
|
||||
|
||||
|
@ -50,7 +55,7 @@ With no summary:
|
|||
{}
|
||||
```
|
||||
|
||||
With a sring summary:
|
||||
With a string summary:
|
||||
```json
|
||||
{
|
||||
"summary": "A string"
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
//! # ActivityStreams New
|
||||
//! __A set of Traits and Types that make up the ActivityStreams and ActivityPub specifications__
|
||||
//! _A set of Traits and Types that make up the ActivityStreams and ActivityPub specifications_
|
||||
//!
|
||||
//! - Find the code on [git.asonix.dog](https://git.asonix.dog/asonix/activitystreams-sketch)
|
||||
//! - Read the docs on [activitystreams-new.asonix.dog](https://activitystreams-new.asonix.dog)
|
||||
//! - Join the matrix channel at [#activitypub:asonix.dog](https://matrix.to/#/!fAEcHyTUdAaKCzIKCt:asonix.dog?via=asonix.dog&via=matrix.org&via=t2bot.io)
|
||||
//! - Hit me up on [mastodon](https://asonix.dog/@asonix)
|
||||
//!
|
||||
//! ## Usage
|
||||
//!
|
||||
|
@ -50,7 +55,7 @@
|
|||
//! {}
|
||||
//! ```
|
||||
//!
|
||||
//! With a sring summary:
|
||||
//! With a string summary:
|
||||
//! ```json
|
||||
//! {
|
||||
//! "summary": "A string"
|
||||
|
|
Loading…
Reference in a new issue