epi-project / brane-documentation

Repository that contains the high-level documentation of the Brane framework. Written for use with mdBook.
Apache License 2.0
2 stars 2 forks source link

Using dedicated documentation ip addresses #10

Closed DanielVoogsgerd closed 4 months ago

DanielVoogsgerd commented 4 months ago

RFC 5737 specifies dedicated ip addresses for documentation. I suggest we start using them. This is not all pedantic, we can check in branectl generate and refuse to generate with a nice error message that the address should be user provided. This could hopefully prevent some issues due to excessive copy-paste.

EDIT: As this is a simple grep and sed I couldn't resist whipping up a PR.