Skip to content

Commit 422cdb6

Browse files
committed
doc/starlight: add SECURITY.md
1 parent 0d700f0 commit 422cdb6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

doc/starlight/Makefile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ clean:
2727
-@rm -rf node_modules .astro dist
2828

2929
.PHONY: integrate_outside_files
30-
integrate_outside_files: code_of_conduct governance lostandfound coding_conventions coding_conventions_cpp
30+
integrate_outside_files: code_of_conduct governance lostandfound coding_conventions coding_conventions_cpp security
3131

3232
.PHONY: code_of_conduct
3333
code_of_conduct: ../../CODE_OF_CONDUCT.md
@@ -54,3 +54,9 @@ coding_conventions: ../../CODING_CONVENTIONS.md
5454
coding_conventions_cpp: ../../CODING_CONVENTIONS_C++.md
5555
-@echo "Generating C++ Coding Conventions documentation..."
5656
-@sed '1,2d' $< | cat ./templates/CODING_CONVENTIONS_CPP.template.md - > ../guides/generated/CODING_CONVENTIONS_CPP.md
57+
58+
.PHONY: security
59+
security: ../../SECURITY.md
60+
-@mkdir -p ../guides/generated
61+
-@echo "Generating Security Guidelines..."
62+
-@sed '1,2d' $< | cat ./templates/SECURITY.template.md - > ../guides/generated/SECURITY.md

doc/starlight/astro.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ export default defineConfig({
9090
"general/structure",
9191
"general/vision",
9292
"general/governance",
93+
"general/security",
9394
],
9495
},
9596
{

0 commit comments

Comments
 (0)