Skip to content

Commit

Permalink
docs: security edits (#92)
Browse files Browse the repository at this point in the history
* fix: add security section

* wip: edit document

* fix: undo duplicate change

* docs: finish editing

* fix: formatting

* fix: spelling

* fix: formatting

* fix: typo
  • Loading branch information
jolexxa authored Jan 27, 2025
1 parent 5a4352d commit b5adaf8
Show file tree
Hide file tree
Showing 3 changed files with 186 additions and 180 deletions.
12 changes: 6 additions & 6 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@ export default defineConfig({
directory: "navigation",
},
},
{
label: "🔐 Security",
autogenerate: {
directory: "security",
},
},
{
label: "🪄 State Management",
autogenerate: {
Expand All @@ -125,12 +131,6 @@ export default defineConfig({
directory: "widgets",
},
},
{
label: "🔐 Security",
autogenerate: {
directory: "security",
},
},
],
components: {
TwoColumnContent:
Expand Down
12 changes: 9 additions & 3 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@
"files": ["**/*.md", "**/*.mdx", "**/*.tsx", "**/*.ts", "**/*.json"],
"words": [
"ABAP",
"Approov",
"Abuild",
"Agda",
"AMPL",
"ANTLR",
"Approov",
"astro",
"astrojs",
"Augeas",
"Backdoors",
"Batchfile",
"Befunge",
"Bidirectionality",
Expand All @@ -20,6 +23,7 @@
"Carto",
"Cirru",
"Codemagic",
"codesigning",
"Crunscript",
"Csound",
"Cuda",
Expand All @@ -34,10 +38,10 @@
"Eclass",
"Filebench",
"Filterscript",
"fontsource",
"Firestore",
"Formz",
"fontsource",
"formz",
"Formz",
"Frege",
"gaugecomponent",
"Genshi",
Expand All @@ -54,19 +58,21 @@
"Ioke",
"Ishida",
"Jailbreaking",
"Jailbroken",
"Jasmin",
"Jison",
"Jolie",
"Keyloggers",
"laboratoria",
"Linx",
"listview",
"listviews",
"Logtalk",
"LOLCODE",
"Mathematica",
"MASTG",
"MASVS",
"MASWE",
"Mathematica",
"mdlint",
"merch",
"Mirah",
Expand Down
Loading

0 comments on commit b5adaf8

Please sign in to comment.