Is your feature request related to a problem? Please describe.
- Titles and category names need to be added.
Describe the solution you'd like
- Category and channel names found in our Discord Server will be migrated to Source Pocket.
- Customize the titles.
Categories
Add title checklist ✅
For example: Programming Languages -> programming-languages
---
id: visual-studio-code <!-- id of page -->
title: Visual Studio Code <!-- title written at the top of page -->
sidebar_label: Visual Studio Code <!-- label for the sidebar -->
---
## Visual Studio Code <!-- content -->
module.exports = {
"🤔 Operating Systems Pocket": [ /* [emoji] Title from Discord Pocket */
"operating-systems/macos", /* your-category-folder/id-of-title */
"operating-systems/windows",
"operating-systems/gnu-linux",
]
⚠️ This Part is not needed for sub-titles! ⚠️
footer: {
style: "dark",
links: [
{
title: "Docs",
items: [
{
label: "Programming Languages Pocket", /* Category Name */
to: "docs/programming-languages/assembly", /* slug of first title in your category */
},
/* Some other code */
⚠️ Don't forget to add #issue-number in your commits! (#14 for this issue)
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Categories
Add title checklist ✅
category-nameunder/docs./docs/category-namepath aschannel-title.md.sidebars.jsfile and add your category as an object. For example:docusaurus.config.jsfile, findfooterproperty ofthemeConfig.linksproperty, add anitemunderitemslist as below: