Skip to content

Commit

Permalink
Update RFCs docset (#5156)
Browse files Browse the repository at this point in the history
  • Loading branch information
pointlessone authored Oct 1, 2024
1 parent 8d1a769 commit 7ed6b36
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 14 deletions.
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"]
}

0 comments on commit 7ed6b36

Please sign in to comment.