mirror of https://github.com/alibaba/arthas.git
fix(docs): adapted vuepress2 beta51 (#2270)
parent
6762a22f84
commit
298e3db559
@ -1,4 +1,4 @@
|
||||
module.exports = [
|
||||
export const head = [
|
||||
["link", { rel: "icon", href: "/images/favicon.ico" }],
|
||||
[
|
||||
"meta",
|
@ -0,0 +1 @@
|
||||
export * from "./head";
|
@ -0,0 +1,3 @@
|
||||
export * from "./navbar";
|
||||
export * from "./sidebar";
|
||||
export * from "./head";
|
@ -0,0 +1,2 @@
|
||||
export * from "./zh";
|
||||
export * from "./en";
|
@ -0,0 +1,2 @@
|
||||
export * from "./zh";
|
||||
export * from "./en";
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue