Skip to content

Commit

Permalink
Merge pull request #4359 from jaller94/mastodon/2023-06-26
Browse files Browse the repository at this point in the history
Add Mastodon 4.1.2 (2023-06-26)
  • Loading branch information
Kapeli authored Jul 5, 2023
2 parents 96897fc + 8db8853 commit 0d75cdd
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 0 deletions.
36 changes: 36 additions & 0 deletions docsets/Mastodon/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
Matrix
=======================

* Public page: https://docs.joinmastodon.org/
* Repository: https://github.com/mastodon/documentation

## Maintainers of the Dash Docset

* [Christian 'jaller94' Paul](https://chrpaul.de/about/)

## How to build

I'm building the Docset on GitLab CI. The files `.gitlab-ci.yml` and `generate.sh` contain most of the logic.

https://gitlab.com/jaller94/dash-mastodon-documentation/

### Manually
Requirements:

* Bash
* Hugo (static site generator)
* SQLite

```bash
git clone git@gitlab.com:jaller94/dash-mastodon-documentation.git
cd dash-matrix-spec
bash generate.sh
```

## Known issues

https://gitlab.com/jaller94/dash-mastodon-documentation/-/issues

## License of the Docset

The Mastodon Documentation is licensed under the GNU Free Documentation License. You can verify this information at https://github.com/mastodon/documentation/blob/master/LICENSE.
16 changes: 16 additions & 0 deletions docsets/Mastodon/docset.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Mastodon",
"version": "4.1.2/2023-06-26",
"archive": "Mastodon.tgz",
"author": {
"name": "Christian Paul",
"link": "https://github.com/jaller94"
},
"aliases": [],
"specific_versions": [
{
"version": "4.1.2/2023-06-26",
"archive": "versions/2023-06-26/Mastodon.tgz"
}
]
}
Binary file added docsets/Mastodon/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docsets/Mastodon/icon@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0d75cdd

Please sign in to comment.