about summary refs log tree commit diff
path: root/doc/languages-frameworks/maven.section.md
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2021-01-01 09:45:43 -0800
committerRyan Mulligan <ryan@ryantm.com>2021-01-01 10:02:57 -0800
commitb8344f9e5cd2dcd21e31d1c077393bdc7b19e860 (patch)
tree55581aab77e702b4403624728ced282c72bf4609 /doc/languages-frameworks/maven.section.md
parent70a061bd6c5ff08c0f540e5f06cd1e91b717ce25 (diff)
doc: explicit Markdown anchors for top-level headings; remove metadata
I used the existing anchors generated by Docbook, so the anchor part
should be a no-op. This could be useful depending on the
infrastructure we choose to use, and it is better to be explicit than
rely on Docbook's id generating algorithms.

I got rid of the metadata segments of the Markdown files, because they
are outdated, inaccurate, and could make people less willing to change
them without speaking with the author.
Diffstat (limited to 'doc/languages-frameworks/maven.section.md')
-rw-r--r--doc/languages-frameworks/maven.section.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/doc/languages-frameworks/maven.section.md b/doc/languages-frameworks/maven.section.md
index fe183e7ba3cca..5f3979d69fdd3 100644
--- a/doc/languages-frameworks/maven.section.md
+++ b/doc/languages-frameworks/maven.section.md
@@ -1,10 +1,4 @@
----
-title: Maven
-author: Farid Zakaria
-date: 2020-10-15
----
-
-# Maven
+# Maven {#maven}
 
 Maven is a well-known build tool for the Java ecosystem however it has some challenges when integrating into the Nix build system.