Add git,docs,matrix,masto links

This commit is contained in:
asonix 2020-05-22 21:26:44 -05:00
parent 0223878e52
commit 2cb0ee89d1
2 changed files with 14 additions and 4 deletions

View file

@ -1,5 +1,10 @@
# ActivityStreams New # 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 ## Usage
@ -50,7 +55,7 @@ With no summary:
{} {}
``` ```
With a sring summary: With a string summary:
```json ```json
{ {
"summary": "A string" "summary": "A string"

View file

@ -1,5 +1,10 @@
//! # ActivityStreams New //! # 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 //! ## Usage
//! //!
@ -50,7 +55,7 @@
//! {} //! {}
//! ``` //! ```
//! //!
//! With a sring summary: //! With a string summary:
//! ```json //! ```json
//! { //! {
//! "summary": "A string" //! "summary": "A string"