git: 668beb3878 - main - srcmgr: Create a blank landing page

From: Warner Losh <imp_at_FreeBSD.org>
Date: Sun, 01 Dec 2024 18:18:05 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/doc/commit/?id=668beb3878bb2c0f7a37439fc7837c0ee6b54fc9

commit 668beb3878bb2c0f7a37439fc7837c0ee6b54fc9
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2024-12-01 18:10:09 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-12-01 18:10:09 +0000

    srcmgr: Create a blank landing page
    
    Create a blank landing page with links to the charter, the policies
    (which are currently blank) and the team membership.
    
    Sponsored by:           Netflix
---
 shared/authors.adoc                   |  3 +++
 website/content/en/srcmgr/_index.adoc | 24 ++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/shared/authors.adoc b/shared/authors.adoc
index 6448b2af8f..59fac59a7a 100644
--- a/shared/authors.adoc
+++ b/shared/authors.adoc
@@ -3772,6 +3772,9 @@
 :so-email: {gordon-email}
 :so-team: {delphij}, {des}, {emaste}, {gjb}, {gordon}, {markj}, {oshogbo}, {philip}
 
+// FreeBSD Source Manager Team
+:srcmgr-members: {emaste}, {imp}, {jhb}, {markj}
+
 // FreeBSD cluster entities
 :keymaster-name: Self-Serve SSH key changer
 :keymaster-email: keymaster@FreeBSD.org
diff --git a/website/content/en/srcmgr/_index.adoc b/website/content/en/srcmgr/_index.adoc
new file mode 100644
index 0000000000..0b6393d68b
--- /dev/null
+++ b/website/content/en/srcmgr/_index.adoc
@@ -0,0 +1,24 @@
+---
+title: "Source Management Team"
+sidenav: about
+---
+
+include::shared/en/urls.adoc[]
+include::shared/authors.adoc[]
+
+= Source Management Team
+
+The FreeBSD Source Management Team (also known as `srcmgr` due to its email alias) is responsible for issues relating to the base system.
+
+== link:charter[Charter]
+
+Discusses the goals, rights, and responsibilities of the team. The contents of this document are approved by the FreeBSD Core Team.
+
+== link:policies[Policies]
+
+Discusses current policies that the team has adopted to meet its goals.
+The policies are currently blank and under review.
+
+== Team Members
+
+srcmgr@FreeBSD.org: {srcmgr-members}