diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f02f223283..9544cd1e84 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -88,16 +88,16 @@ yarn develop The server (API) is available at http://localhost:1337 -**WARNING** ⚠️ If you've followed the recommended setup, you should not be able to reach the administration panel at http://localhost:1337/admin. +The built administration panel is available at http://localhost:1337/admin -**Start the administration panel server** +**Start the administration panel server for development** -```bash -cd strapi/packages/strapi-admin -yarn develop -``` +```bash +cd strapi/packages/strapi-admin +yarn develop +``` -The administration panel is available at http://localhost:4000/admin +The administration panel will be available at http://localhost:4000/admin **Awesome! You are now able to contribute to Strapi.** diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 17ec6bea68..bf94fa8d9a 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -2,8 +2,16 @@ module.exports = { title: 'Strapi Documentation', description: 'The headless CMS developers love.', base: '/documentation/', - ga: 'UA-54313258-1', - plugins: ['@vuepress/medium-zoom', 'vuepress-plugin-element-tabs'], + plugins: [ + '@vuepress/medium-zoom', + 'vuepress-plugin-element-tabs', + [ + '@vuepress/google-analytics', + { + ga: 'UA-54313258-1', + }, + ], + ], head: [ [ 'link', @@ -116,7 +124,7 @@ module.exports = { }, { text: 'Website', - link: 'https://strapi', + link: 'https://strapi.io', }, { text: 'Slack', diff --git a/docs/.vuepress/theme/components/Navbar.vue b/docs/.vuepress/theme/components/Navbar.vue index 88113a3ad2..ce237b3e55 100644 --- a/docs/.vuepress/theme/components/Navbar.vue +++ b/docs/.vuepress/theme/components/Navbar.vue @@ -20,6 +20,18 @@ >{{ $siteTitle }} + + Deprecated docs - + + current version + + +