Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RFCs docset #5156

Merged
merged 1 commit into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 13 additions & 4 deletions docsets/RFCs/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
RFCs Docset
=======================

This docset contains all published RFCs from the IETF. It is a mirror of the
<http://tools.ietf.org/html/> website.
This docset contains all published RFCs from the IETF.

**Author:** [Will Norris](https://willnorris.com/), [Simone Carletti](https://simonecarletti.com/)
## Author

**Generating Instructions:** [rfcdash](https://github.com/willnorris/rfcdash#updating-the-docset)
Alexander Mankuta:
- [GitHub profile](https://github.com/pointlessone)
- [Personal website](https://pointless.one)

## Generating Instructions

Full instructions are in the repo Readme: [rfcs-docset](https://code.pointless.one/pointless.one/rfcs-docset#updating-the-docset)

Prerequisites: any modern Ruby (3.1 to 3.4 as of time of writing).

The script will install all its dependencies, fetch the latest set of RFCs, and generate the docset. No further manual steps are required.
18 changes: 8 additions & 10 deletions docsets/RFCs/docset.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{
"name": "RFCs",
"version": "1.6.1",
"archive": "RFCs.tgz",
"author": {
"name": "Simone Carletti",
"link": "https://simonecarletti.com/"
},
"aliases": [
"rfc"
]
"name": "RFCs",
"version": "2024.09.19/1.0.0",
"archive": "RFCs.tgz",
"author": {
"name": "Alexander Mankuta",
"link": "https://pointless.one"
},
"aliases": ["rfc"]
}
Loading