-
Notifications
You must be signed in to change notification settings - Fork 851
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4359 from jaller94/mastodon/2023-06-26
Add Mastodon 4.1.2 (2023-06-26)
- Loading branch information
Showing
4 changed files
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.