From 92dfe5e583d4d78262ec825b38001a844f28324e Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sat, 29 Aug 2020 17:56:47 -0700 Subject: [PATCH] Update documentation for Panel & Wings 1.0 --- .vuepress/components/Badge.vue | 24 ++++ .vuepress/config.js | 5 +- .vuepress/theme/Home.vue | 2 +- .vuepress/theme/styles/badges.css | 12 +- .../config/eggs/creating_a_custom_image.md | 2 +- daemon/0.6/standalone_sftp.md | 2 +- ops/publish_release.md | 16 +-- package.json | 5 +- panel/0.7/upgrade/0.6_to_0.7.md | 2 +- panel/0.7/upgrade/0.7.md | 2 +- panel/0.7/upgrade/0.7_to_1.0.md | 7 - panel/0.7/upgrading.md | 6 +- panel/1.0/upgrade/0.7_to_1.0.md | 102 +++++++++++++++ panel/1.0/upgrade/1.0.md | 2 +- panel/1.0/upgrading.md | 4 +- project/community.md | 2 +- wings/1.0/installing.md | 38 +++--- wings/1.0/migrating.md | 90 +++++++++++++ wings/1.0/upgrading.md | 29 ----- yarn.lock | 123 +++++++++--------- 20 files changed, 328 insertions(+), 147 deletions(-) create mode 100644 .vuepress/components/Badge.vue delete mode 100644 panel/0.7/upgrade/0.7_to_1.0.md create mode 100644 panel/1.0/upgrade/0.7_to_1.0.md create mode 100644 wings/1.0/migrating.md diff --git a/.vuepress/components/Badge.vue b/.vuepress/components/Badge.vue new file mode 100644 index 00000000..c2888dbc --- /dev/null +++ b/.vuepress/components/Badge.vue @@ -0,0 +1,24 @@ + diff --git a/.vuepress/config.js b/.vuepress/config.js index 6c538067..a77fe248 100644 --- a/.vuepress/config.js +++ b/.vuepress/config.js @@ -148,8 +148,8 @@ module.exports = { status: 'beta', children: [ '/getting_started', - '/webserver_configuration', - '/upgrading' + '/webserver_configuration', + '/upgrading' ] } ] @@ -185,6 +185,7 @@ module.exports = { children: [ '/installing', '/upgrading', + '/migrating', ] } ] diff --git a/.vuepress/theme/Home.vue b/.vuepress/theme/Home.vue index 9cb226f5..182ded50 100644 --- a/.vuepress/theme/Home.vue +++ b/.vuepress/theme/Home.vue @@ -105,7 +105,7 @@