mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 16:48:05 +00:00
6 lines
149 B
JavaScript
Executable file
6 lines
149 B
JavaScript
Executable file
module.exports = {
|
|
someSidebar: {
|
|
Installation: ["introduction", "getting-started", "configuration"],
|
|
Features: ["mdx"]
|
|
}
|
|
};
|