Skip to content

Commit

Permalink
link in features
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh352 committed Sep 1, 2024
1 parent 8d78d5b commit 6fd81b5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ license.md: c-ares.git/LICENSE.md
echo "---\nlayout: page\ntitle: \"c-ares License\"\nmenu: License\n---" > $@
cat $< >> $@

features.md: c-ares.git/FEATURES.md
echo "---\nlayout: page\ntitle: \"\"\nmenu: Features\npermalink: /features/\n---" > $@
cat $< >> $@

$(DEPFILES): $(DEPDIR)

include $(DEPFILES)
Expand Down
3 changes: 3 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ Valid PGP / GPG signing keys for packages are:
You can also [download old packages](/download)

## Features

See [Features](/features)

### Supported RFCs and Proposals
- [RFC1035](https://datatracker.ietf.org/doc/html/rfc1035).
Initial/Base DNS RFC
Expand Down

0 comments on commit 6fd81b5

Please sign in to comment.