Skip to content

Commit

Permalink
feat: add search and remove useless files
Browse files Browse the repository at this point in the history
  • Loading branch information
puria committed Dec 12, 2024
1 parent d852c0c commit 72a9c71
Show file tree
Hide file tree
Showing 599 changed files with 16 additions and 5,096 deletions.
22 changes: 16 additions & 6 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default defineConfig({
base: "/",
title: " | DIDroom Identity Solution ",
description: "Empower your Identity strategy: customize, plug, deploy",
lang: 'en-US',
lang: "en-US",

lastUpdated: true,
metaChunk: true,
Expand All @@ -34,7 +34,14 @@ export default defineConfig({
{},
`window.$crisp=[];window.CRISP_WEBSITE_ID="8dd97823-ddac-401e-991a-7498234e4f00";(function(){d=document;s=d.createElement("script");s.src="https://client.crisp.chat/l.js";s.async=1;d.getElementsByTagName("head")[0].appendChild(s);})();`,
],
['link', { rel: 'icon', type: 'image/x-icon', href: './public/favicon/favicon.ico' }],
[
"link",
{
rel: "icon",
type: "image/x-icon",
href: "./public/favicon/favicon.ico",
},
],
],

themeConfig: {
Expand All @@ -44,10 +51,10 @@ export default defineConfig({
text: "Guide",
items: [
{ text: "Wallet App", link: "/guides/Wallet/wallet" },
{ text: "Credential issuance", link: "guides/Flows/basics" },
{ text: "Microservices", link: "guides/Flows/microservices" },
{ text: "Credential issuance", link: "guides/Flows/basics" },
{ text: "Microservices", link: "guides/Flows/microservices" },
{ text: "Signatures", link: "/guides/Signature/signatures" },
{ text: "Sysadmins", link: "/guides/Sysadmin/sysadmin" },
{ text: "Sysadmins", link: "/guides/Sysadmin/sysadmin" },
],
},
{ text: "Get started", link: "/get_started" },
Expand All @@ -57,7 +64,7 @@ export default defineConfig({
sidebar: generateSidebar(vitepressSidebarOptions),
socialLinks: [
{ icon: "github", link: "https://github.com/forkbombeu/didroom" },
{ icon: "linkedin", link: "https://linkedin.com/company/forkbomb" }
{ icon: "linkedin", link: "https://linkedin.com/company/forkbomb" },
],

footer: {
Expand All @@ -66,6 +73,9 @@ export default defineConfig({
copyright:
'Copyleft 🄯 2023-present <a href="https://forkbomb.solutions">Forkbomb B.V.</a>',
},
search: {
provider: "local",
},
},
markdown: {
config(md) {
Expand Down
24 changes: 0 additions & 24 deletions docs/pr-preview/pr-14/404.html

This file was deleted.

24 changes: 0 additions & 24 deletions docs/pr-preview/pr-14/aknowledgements.html

This file was deleted.

1 change: 0 additions & 1 deletion docs/pr-preview/pr-14/assets/404.md.B-lbBsu_.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/pr-preview/pr-14/assets/404.md.B-lbBsu_.lean.js

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion docs/pr-preview/pr-14/assets/app.C6YnVKS6.js

This file was deleted.

Loading

0 comments on commit 72a9c71

Please sign in to comment.