2020-10-05 02:33:12 -07:00
|
|
|
module.exports = {
|
|
|
|
docs: [
|
|
|
|
{
|
|
|
|
type: "category",
|
2021-11-12 10:14:16 -08:00
|
|
|
label: "💡 Getting Started",
|
2021-10-28 06:27:08 -07:00
|
|
|
collapsed: false,
|
2021-04-24 03:58:23 -07:00
|
|
|
items: [
|
|
|
|
"introduction",
|
|
|
|
"upgrading",
|
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "🚀 Installation",
|
2021-11-12 10:14:16 -08:00
|
|
|
collapsed: false,
|
2021-11-27 11:35:40 -08:00
|
|
|
items: ["windows", "macos", "linux"],
|
2021-04-24 03:58:23 -07:00
|
|
|
},
|
|
|
|
],
|
2020-10-05 02:33:12 -07:00
|
|
|
},
|
|
|
|
{
|
|
|
|
type: "category",
|
2021-11-12 10:14:16 -08:00
|
|
|
label: "⚙️ Configuration",
|
|
|
|
items: [
|
|
|
|
"config-overview",
|
2021-11-15 10:20:27 -08:00
|
|
|
"config-block",
|
|
|
|
"config-segment",
|
|
|
|
"config-sample",
|
2021-11-12 10:14:16 -08:00
|
|
|
"config-title",
|
|
|
|
"config-colors",
|
|
|
|
"config-text-style",
|
|
|
|
"config-transient",
|
|
|
|
"config-tooltips",
|
|
|
|
"config-fonts"
|
|
|
|
],
|
|
|
|
},
|
|
|
|
{
|
|
|
|
type: "category",
|
|
|
|
label: "🌟 Segments",
|
2021-10-28 06:27:08 -07:00
|
|
|
collapsed: true,
|
2020-10-05 02:33:12 -07:00
|
|
|
items: [
|
2021-10-13 00:05:29 -07:00
|
|
|
"angular",
|
2021-02-12 03:49:37 -08:00
|
|
|
"aws",
|
2020-10-14 16:56:25 -07:00
|
|
|
"az",
|
2021-04-02 10:36:50 -07:00
|
|
|
"azfunc",
|
2020-10-05 02:33:12 -07:00
|
|
|
"battery",
|
2021-12-15 03:31:36 -08:00
|
|
|
"brewfather",
|
2020-10-05 02:33:12 -07:00
|
|
|
"command",
|
2021-05-14 04:39:49 -07:00
|
|
|
"crystal",
|
2021-05-14 12:26:26 -07:00
|
|
|
"dart",
|
2020-10-16 08:43:02 -07:00
|
|
|
"dotnet",
|
2020-12-06 13:03:40 -08:00
|
|
|
"executiontime",
|
2020-10-05 02:33:12 -07:00
|
|
|
"exit",
|
|
|
|
"git",
|
2021-03-28 01:33:53 -07:00
|
|
|
"poshgit",
|
2020-10-22 04:47:42 -07:00
|
|
|
"golang",
|
2021-12-23 05:58:18 -08:00
|
|
|
"ipify",
|
2021-03-17 00:16:19 -07:00
|
|
|
"java",
|
2020-11-14 11:04:04 -08:00
|
|
|
"julia",
|
2020-10-15 10:48:41 -07:00
|
|
|
"kubectl",
|
2021-06-04 10:27:39 -07:00
|
|
|
"nbgv",
|
2021-11-23 01:34:35 -08:00
|
|
|
"nightscout",
|
2020-10-05 02:33:12 -07:00
|
|
|
"node",
|
2020-10-07 12:01:03 -07:00
|
|
|
"os",
|
2021-08-15 12:11:02 -07:00
|
|
|
"owm",
|
2020-10-05 02:33:12 -07:00
|
|
|
"path",
|
2021-10-27 05:31:56 -07:00
|
|
|
"php",
|
2021-12-11 13:08:47 -08:00
|
|
|
"plastic",
|
2020-10-05 02:33:12 -07:00
|
|
|
"python",
|
|
|
|
"root",
|
2021-02-03 23:38:20 -08:00
|
|
|
"ruby",
|
2021-07-04 13:53:10 -07:00
|
|
|
"rust",
|
2020-10-05 02:33:12 -07:00
|
|
|
"session",
|
|
|
|
"shell",
|
|
|
|
"spotify",
|
2021-12-29 23:57:27 -08:00
|
|
|
"strava",
|
2021-11-19 05:01:27 -08:00
|
|
|
"sysinfo",
|
2020-10-16 07:25:38 -07:00
|
|
|
"terraform",
|
2020-10-05 02:33:12 -07:00
|
|
|
"text",
|
|
|
|
"time",
|
2021-12-11 08:31:58 -08:00
|
|
|
"wakatime",
|
2021-11-22 16:32:05 -08:00
|
|
|
"wifi",
|
2021-11-24 04:47:30 -08:00
|
|
|
"winreg",
|
2020-11-19 19:12:20 -08:00
|
|
|
"ytm",
|
2021-07-04 13:53:10 -07:00
|
|
|
],
|
2020-10-05 02:33:12 -07:00
|
|
|
},
|
2020-10-06 12:01:42 -07:00
|
|
|
{
|
|
|
|
type: "category",
|
2021-11-12 10:14:16 -08:00
|
|
|
label: "🙋🏾♀️ Contributing",
|
2021-10-28 06:27:08 -07:00
|
|
|
collapsed: true,
|
2021-07-04 13:53:10 -07:00
|
|
|
items: [
|
|
|
|
"contributing_started",
|
|
|
|
"contributing_segment",
|
|
|
|
"contributing_git",
|
2021-12-11 13:08:47 -08:00
|
|
|
"contributing_plastic",
|
2021-07-04 13:53:10 -07:00
|
|
|
],
|
2020-10-06 12:01:42 -07:00
|
|
|
},
|
2021-11-12 10:14:16 -08:00
|
|
|
"themes",
|
|
|
|
"share",
|
|
|
|
"faq",
|
|
|
|
"contributors",
|
2020-10-05 02:33:12 -07:00
|
|
|
],
|
|
|
|
};
|