feat: toc sidebar position

This commit is contained in:
NGPixel
2022-12-10 17:03:40 -05:00
parent 9ac80c1a8f
commit f3133a72ec
9 changed files with 48 additions and 15 deletions

View File

@@ -149,6 +149,7 @@ module.exports = async () => {
title: WIKI.config.title,
theme: WIKI.config.theming.theme,
darkMode: WIKI.config.theming.darkMode,
tocPosition: WIKI.config.theming.tocPosition,
lang: WIKI.config.lang.code,
rtl: WIKI.config.lang.rtl,
company: WIKI.config.company,