📝 docs(_add): guide to generate gpg keys

This commit is contained in:
Eshan Roy
2024-12-05 12:20:26 +05:30
parent 69a7c723a2
commit 613c1fb58e
9 changed files with 208 additions and 32 deletions

View File

@@ -79,15 +79,15 @@ export default [
},
{
path: '/documentation/',
component: ComponentCreator('/documentation/', '6b9'),
component: ComponentCreator('/documentation/', 'f13'),
routes: [
{
path: '/documentation/',
component: ComponentCreator('/documentation/', 'ace'),
component: ComponentCreator('/documentation/', '7bb'),
routes: [
{
path: '/documentation/',
component: ComponentCreator('/documentation/', '076'),
component: ComponentCreator('/documentation/', 'b4c'),
routes: [
{
path: '/documentation/before_installation/imporatnt_notes',
@@ -246,8 +246,8 @@ export default [
sidebar: "tutorialSidebar"
},
{
path: '/documentation/introduction/coding_standard',
component: ComponentCreator('/documentation/introduction/coding_standard', '14f'),
path: '/documentation/introduction/coding-standard',
component: ComponentCreator('/documentation/introduction/coding-standard', '105'),
exact: true,
sidebar: "tutorialSidebar"
},