Skip to content

Commit 27ccb3e

Browse files
committed
Add Section Header Anchor Links
1 parent e428151 commit 27ccb3e

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

docs/_includes/head-custom.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
<script type="text/javascript" src="{{ '/assets/js/randomize-order.js?v=' | append: site.github.build_revision | relative_url }}"></script>
2+
3+
<script type="text/javascript" src="{{ '/assets/js/anchor.min.js?v=' | append: site.github.build_revision | relative_url }}"></script>
4+
<script>
5+
document.addEventListener("DOMContentLoaded", function() {
6+
anchors.add()
7+
});
8+
</script>
9+
210
<style>
311
.sponsors {
412
display: flex;

docs/assets/js/anchor.min.js

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ Here you can find documents and other resources produced by the Security WG of t
66

77
We welcome feedback and suggestions, especially to public drafts: please open an issue or PR through our [GitHub repo](https://github.com/erlef/security-wg). You can reach out to members of the working group through the [#security](https://the-eef.slack.com/archives/CTP7P1E9X) channel at the [EEF Slack workspace](https://erlef.org/slack-invite/erlef), or via email at security (at) erlef (dot) org.
88

9-
# Documents
9+
## Documents
1010

1111
* [Secure Coding and Deployment Hardening Guidelines](secure_coding_and_deployment_hardening)
1212
* [Web Application Security Best Practices for BEAM languages](web_app_security_best_practices_beam)
1313
* [Security Vulnerability Disclosure](security_vulnerability_disclosure)
1414
* [Meeting Notes](https://erlangforums.com/t/security-working-group-minutes/3451)
1515

16-
# Specifications
16+
## Specifications
1717

1818
* 'hex' Package URL type
1919
* Part of [Hex specifications](https://github.com/hexpm/specifications/blob/master/package-url.md)
2020
* ['otp' Package URL type](specs/otp_purl_type) (draft)
2121

22-
# Initiatives
22+
## Initiatives
2323

2424
* [Ægis Supply Chain Security & Compliance Initiative](aegis)

0 commit comments

Comments
 (0)