add search engine - ringle

This commit is contained in:
Face
2025-08-27 20:23:05 +03:00
parent 1cf81bbfee
commit 347b40ed71
47 changed files with 7214 additions and 493 deletions

View File

@@ -141,7 +141,7 @@ const config: Config = {
prism: {
theme: prismThemes.github,
darkTheme: prismThemes.dracula,
additionalLanguages: ['lua', 'bash', 'http'],
additionalLanguages: ['lua', 'bash', 'http', "toml"],
},
} satisfies Preset.ThemeConfig,
};

View File

@@ -31,6 +31,7 @@ const sidebars: SidebarsConfig = {
items: [
'dns-system',
'flumi-browser',
'search-engine'
],
},
{