From 4a8b2db41d2bb95241c7356a7f31a19e39b7accb Mon Sep 17 00:00:00 2001 From: chaosinthecrd Date: Wed, 14 Feb 2024 12:54:14 +0000 Subject: [PATCH 01/13] saving changes to get it working Signed-off-by: chaosinthecrd --- .gitmodules | 3 +++ docs-website | 1 + sidebars.js | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 63 insertions(+) create mode 100644 .gitmodules create mode 160000 docs-website create mode 100644 sidebars.js diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..e678f173 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "docs-website"] + path = docs-website + url = git@github.com:chaosinthecrd/in-toto-website diff --git a/docs-website b/docs-website new file mode 160000 index 00000000..d411624e --- /dev/null +++ b/docs-website @@ -0,0 +1 @@ +Subproject commit d411624ee3b31af4d58c74fc5f88a56303f7be5d diff --git a/sidebars.js b/sidebars.js new file mode 100644 index 00000000..078a8bab --- /dev/null +++ b/sidebars.js @@ -0,0 +1,59 @@ +// @ts-check + +/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */ +const sidebars = { + docsSidebar: [ + { + type: 'doc', + label: 'About', + id: 'README', + }, + { + type: 'category', + label: 'Tutorials', + items: [ + { + type: 'autogenerated', + dirName: 'docs/tutorials', + }, + ], + }, + { + type: 'category', + label: 'Concepts', + items: [ + { + type: 'autogenerated', + dirName: 'docs/concepts', + }, + ], + }, + { + type: 'category', + label: 'Attestor Types', + items: [ + { + type: 'autogenerated', + dirName: 'docs/attestors', + }, + ], + }, + { + type: 'doc', + label: 'Command Line Reference', + id: 'docs/commands', + }, + { + type: 'doc', + label: 'New Contributor Guide', + id: 'CONTRIBUTING', + }, + { + type: 'doc', + label: 'Code of Conduct', + id: 'CODE_OF_CONDUCT', + }, + ], +} + +module.exports = sidebars From 7c30ff1377b9dd9b022901f37c8b16d0ab3943d2 Mon Sep 17 00:00:00 2001 From: chaosinthecrd Date: Wed, 14 Feb 2024 13:15:04 +0000 Subject: [PATCH 02/13] updating submodule Signed-off-by: chaosinthecrd --- docs-website | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-website b/docs-website index d411624e..bef1f48b 160000 --- a/docs-website +++ b/docs-website @@ -1 +1 @@ -Subproject commit d411624ee3b31af4d58c74fc5f88a56303f7be5d +Subproject commit bef1f48b545bd6187bcbe772fb736c2dd94f7d6f From f9270c312db66626d3ea99aedbc1c013193f47ea Mon Sep 17 00:00:00 2001 From: chaosinthecrd Date: Wed, 14 Feb 2024 13:18:07 +0000 Subject: [PATCH 03/13] updating submodule url Signed-off-by: chaosinthecrd --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index e678f173..0e498c8a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "docs-website"] path = docs-website - url = git@github.com:chaosinthecrd/in-toto-website + url = https://github.com/chaosinthecrd/in-toto-website From 59b9a9da50eb62317c18880feb3daa5ac5e8b66a Mon Sep 17 00:00:00 2001 From: chaosinthecrd Date: Wed, 14 Feb 2024 13:34:22 +0000 Subject: [PATCH 04/13] updating submodule Signed-off-by: chaosinthecrd --- docs-website | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-website b/docs-website index bef1f48b..d8166227 160000 --- a/docs-website +++ b/docs-website @@ -1 +1 @@ -Subproject commit bef1f48b545bd6187bcbe772fb736c2dd94f7d6f +Subproject commit d8166227ab40a75106c7855ecf5190a4c686c7b7 From 99a57283e75333be63399553c437888eda5e091e Mon Sep 17 00:00:00 2001 From: chaosinthecrd Date: Wed, 14 Feb 2024 13:37:30 +0000 Subject: [PATCH 05/13] updating again Signed-off-by: chaosinthecrd --- docs-website | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-website b/docs-website index d8166227..3804b9a6 160000 --- a/docs-website +++ b/docs-website @@ -1 +1 @@ -Subproject commit d8166227ab40a75106c7855ecf5190a4c686c7b7 +Subproject commit 3804b9a634857306c66434c3eed07da8af58f01b From 9e0dab00ca2539c5da1c3a8331352454684c4ff0 Mon Sep 17 00:00:00 2001 From: chaosinthecrd Date: Wed, 14 Feb 2024 15:22:04 +0000 Subject: [PATCH 06/13] updating submodule Signed-off-by: chaosinthecrd --- docs-website | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-website b/docs-website index 3804b9a6..ad322c82 160000 --- a/docs-website +++ b/docs-website @@ -1 +1 @@ -Subproject commit 3804b9a634857306c66434c3eed07da8af58f01b +Subproject commit ad322c82be83e275c21239b11262f8eeefadd870 From 1c0e90e482482133a65bedcf95b291e802d50174 Mon Sep 17 00:00:00 2001 From: chaosinthecrd Date: Wed, 14 Feb 2024 15:55:25 +0000 Subject: [PATCH 07/13] updating commit Signed-off-by: chaosinthecrd --- docs-website | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-website b/docs-website index ad322c82..4ee3fbe7 160000 --- a/docs-website +++ b/docs-website @@ -1 +1 @@ -Subproject commit ad322c82be83e275c21239b11262f8eeefadd870 +Subproject commit 4ee3fbe7a6347b096e57be0ed5fb26b4840e1fc6 From 45c0a1042e724430f290c320a658e7cdc37f2c5a Mon Sep 17 00:00:00 2001 From: chaosinthecrd Date: Wed, 14 Feb 2024 17:50:46 +0000 Subject: [PATCH 08/13] updating submodule Signed-off-by: chaosinthecrd --- docs-website | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-website b/docs-website index 4ee3fbe7..c6cf12cd 160000 --- a/docs-website +++ b/docs-website @@ -1 +1 @@ -Subproject commit 4ee3fbe7a6347b096e57be0ed5fb26b4840e1fc6 +Subproject commit c6cf12cd8dece0017709eb23ea6d9c68d65169c4 From 27fb8428f51831188181f42a1d8a79da19cc66f8 Mon Sep 17 00:00:00 2001 From: chaosinthecrd Date: Thu, 15 Feb 2024 10:33:39 +0000 Subject: [PATCH 09/13] updating module Signed-off-by: chaosinthecrd --- docs-website | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-website b/docs-website index c6cf12cd..02818066 160000 --- a/docs-website +++ b/docs-website @@ -1 +1 @@ -Subproject commit c6cf12cd8dece0017709eb23ea6d9c68d65169c4 +Subproject commit 02818066488ec85a391e774478653e1afe54b38f From 5f13e6d2d7e613674b512e97dc412a2e001e5cbf Mon Sep 17 00:00:00 2001 From: chaosinthecrd Date: Thu, 15 Feb 2024 10:41:10 +0000 Subject: [PATCH 10/13] trying logo Signed-off-by: chaosinthecrd --- docs-website | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-website b/docs-website index 02818066..3ee788ea 160000 --- a/docs-website +++ b/docs-website @@ -1 +1 @@ -Subproject commit 02818066488ec85a391e774478653e1afe54b38f +Subproject commit 3ee788ead52414a007b98cbdcd923397e4a2a836 From 4f64c4813163b4b29c377026db119604b7ea7e6d Mon Sep 17 00:00:00 2001 From: chaosinthecrd Date: Thu, 15 Feb 2024 10:47:12 +0000 Subject: [PATCH 11/13] testing saner config Signed-off-by: chaosinthecrd --- docs-website | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-website b/docs-website index 3ee788ea..2a55a1fa 160000 --- a/docs-website +++ b/docs-website @@ -1 +1 @@ -Subproject commit 3ee788ead52414a007b98cbdcd923397e4a2a836 +Subproject commit 2a55a1fadc8dffe432937ce9bc6ea6c5eac86f0b From 2f3b003bdacefdea91e06d0ac7595513bb3a71bc Mon Sep 17 00:00:00 2001 From: chaosinthecrd Date: Thu, 15 Feb 2024 11:14:46 +0000 Subject: [PATCH 12/13] trying out github logo Signed-off-by: chaosinthecrd --- docs-website | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-website b/docs-website index 2a55a1fa..195e92d2 160000 --- a/docs-website +++ b/docs-website @@ -1 +1 @@ -Subproject commit 2a55a1fadc8dffe432937ce9bc6ea6c5eac86f0b +Subproject commit 195e92d246ed55854ac21a0180656d854eb01b33 From 8c83a7ac78e31f5c6d790b0d9b464701762b4e79 Mon Sep 17 00:00:00 2001 From: chaosinthecrd Date: Thu, 15 Feb 2024 12:01:27 +0000 Subject: [PATCH 13/13] updating module Signed-off-by: chaosinthecrd --- docs-website | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-website b/docs-website index 195e92d2..037c782f 160000 --- a/docs-website +++ b/docs-website @@ -1 +1 @@ -Subproject commit 195e92d246ed55854ac21a0180656d854eb01b33 +Subproject commit 037c782fdaad43d2cc9fe52a268e51c15f7d1237