mirror of
https://github.com/eosswedenorg/thalos-docs
synced 2026-06-16 04:34:55 +02:00
Add link to configuration datatypes
This commit is contained in:
parent
de51008f64
commit
2b1cad17e3
1 changed files with 4 additions and 1 deletions
|
|
@ -48,6 +48,10 @@ export default defineConfig({
|
||||||
text: 'Configuration',
|
text: 'Configuration',
|
||||||
link: '/docs/configuration',
|
link: '/docs/configuration',
|
||||||
items: [
|
items: [
|
||||||
|
{
|
||||||
|
text: "Datatypes",
|
||||||
|
link: '/docs/configuration#datatypes'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
text: "Securing redis",
|
text: "Securing redis",
|
||||||
link: '/docs/redis/security/',
|
link: '/docs/redis/security/',
|
||||||
|
|
@ -93,5 +97,4 @@ export default defineConfig({
|
||||||
markdown: {
|
markdown: {
|
||||||
lineNumbers: true
|
lineNumbers: true
|
||||||
}
|
}
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue