mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-30 09:27:10 +02:00
WIP skeleton for new docs.
This commit is contained in:
parent
b23ca1af04
commit
4fad1b5a57
43 changed files with 277 additions and 0 deletions
4
webpage/docs/app-customization/_category_.json
Normal file
4
webpage/docs/app-customization/_category_.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"position": 4,
|
||||
"label": "Application Customization"
|
||||
}
|
7
webpage/docs/app-customization/chromium-browsers.md
Normal file
7
webpage/docs/app-customization/chromium-browsers.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
# Chromium-based Browsers
|
||||
|
||||
Custom settings, bookmarks, and persistence across sessions.
|
7
webpage/docs/app-customization/firefox-customization.md
Normal file
7
webpage/docs/app-customization/firefox-customization.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
sidebar_position: 2
|
||||
---
|
||||
|
||||
# Firefox Customization
|
||||
|
||||
Specific tweaks for running and configuring Firefox in Neko.
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
sidebar_position: 3
|
||||
---
|
||||
|
||||
# Persistent Data Storage
|
||||
|
||||
How to persist browser data (history, bookmarks, extensions) across sessions.
|
7
webpage/docs/app-customization/webrtc-configuration.md
Normal file
7
webpage/docs/app-customization/webrtc-configuration.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
sidebar_position: 4
|
||||
---
|
||||
|
||||
# WebRTC Configuration
|
||||
|
||||
Adjusting WebRTC settings for different browsers and improving compatibility.
|
Loading…
Add table
Add a link
Reference in a new issue