diff --git a/Gruntfile.js b/Gruntfile.js index 92751469ea..66403870f3 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -501,7 +501,7 @@ const configureGrunt = function (grunt) { // // Ghost's GitHub repository contains the un-built source code for Ghost. If you're looking for the already // built release zips, you can get these from the [release page](https://github.com/TryGhost/Ghost/releases) on - // GitHub or from https://ghost.org/download. These zip files are created using the [grunt release](#release) + // GitHub or from https://ghost.org/docs/install/. These zip files are created using the [grunt release](#release) // task. // // If you want to work on Ghost core, or you want to use the source files from GitHub, then you have to build diff --git a/PRIVACY.md b/PRIVACY.md index f573a1f44a..583e57655e 100644 --- a/PRIVACY.md +++ b/PRIVACY.md @@ -2,7 +2,7 @@ This is a plain English summary of all of the components within Ghost which may affect your privacy in some way. Please keep in mind that if you use third party Themes or Apps with Ghost, there may be additional things not listed here. -Each of the items listed in this document can be disabled via Ghost's `config.[env].json` file. Check out the [configuration guide](https://ghost.org/docs/concepts/config/#privacy) for details. +Each of the items listed in this document can be disabled via Ghost's `config.[env].json` file. Check out the [configuration guide](https://ghost.org/docs/config/#privacy) for details. ## Official Services @@ -13,7 +13,7 @@ Some official services for Ghost are enabled by default. These services connect When a new session is started, Ghost pings a Ghost.org service to check if the current version of Ghost is the latest version of Ghost. If an update is available, a notification on the About Page appears to let you know. -Ghost will collect basic anonymised usage statistics from your blog before sending the request to the service. You can disable collecting statistics using the [privacy configuration](https://ghost.org/docs/concepts/config/). You will still receive notifications from the service. +Ghost will collect basic anonymised usage statistics from your blog before sending the request to the service. You can disable collecting statistics using the [privacy configuration](https://ghost.org/docs/config/). You will still receive notifications from the service. All of the information and code related to this service is available in the [update-check.js](https://github.com/TryGhost/Ghost/blob/master/core/server/update-check.js) file. diff --git a/README.md b/README.md index 5eb12ffd0a..cf3ca0900a 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,18 @@

- + Ghost

- Ghost.org | - Features | - Showcase | + Ghost.org | + Features | + Showcase | Forum | Docs | Contributing | Twitter

- + Downloads @@ -29,13 +29,13 @@   -Fiercely independent, professional publishing. Ghost is the most popular open source, headless Node.js CMS which already works with all the tools you know and love. +Fiercely independent, professional publishing. Ghost is the most popular open source, headless Node.js CMS which already works with all the tools you know and love. -Ghost(Pro) +Ghost(Pro) -The easiest way to get a production instance deployed is with our official **[Ghost(Pro)](https://ghost.org/pricing/)** managed service. It takes about 2 minutes to launch a new site with worldwide CDN, backups, security and maintenance all done for you. +The easiest way to get a production instance deployed is with our official **[Ghost(Pro)](https://ghost.org/pricing/)** managed service. It takes about 2 minutes to launch a new site with worldwide CDN, backups, security and maintenance all done for you. -For most people this ends up being the best value option cause of [how much time it saves](https://ghost.org/docs/concepts/hosting/) — and 100% of revenue goes to the Ghost Foundation; funding the maintenance and further development of the project itself. So you’ll be supporting open source software *and* getting a great service! +For most people this ends up being the best value option cause of [how much time it saves](https://ghost.org/docs/hosting/) — and 100% of revenue goes to the Ghost Foundation; funding the maintenance and further development of the project itself. So you’ll be supporting open source software *and* getting a great service! If you prefer to run on your own infrastructure, we also offer official 1-off installs and managed support and maintenance plans via **[Ghost(Valet)](https://valet.ghost.org)** - which can save a substantial amount of developer time and resources. @@ -67,11 +67,11 @@ ghost install   -Check out our [official documentation](https://ghost.org/docs/) for more information about our [recommended hosting stack](https://ghost.org/docs/concepts/hosting/) & properly [upgrading Ghost](https://ghost.org/faq/upgrades/), plus everything you need to develop your own Ghost [themes](https://ghost.org/docs/api/handlebars-themes/) or work with [our API](https://ghost.org/docs/api/). +Check out our [official documentation](https://ghost.org/docs/) for more information about our [recommended hosting stack](https://ghost.org/docs/hosting/) & properly [upgrading Ghost](https://ghost.org/docs/update/), plus everything you need to develop your own Ghost [themes](https://ghost.org/docs/themes/) or work with [our API](https://ghost.org/docs/content-api/). ### Contributors & Advanced Developers -For anyone wishing to contribute to Ghost or to hack/customise core files we recommend following our full development setup guides: [Contributor Guide](https://ghost.org/docs/concepts/contributing/) | [Developer Setup](https://ghost.org/docs/install/source/) | [Admin Client Dev Guide](https://ghost.org/docs/install/source/#ghost-admin) +For anyone wishing to contribute to Ghost or to hack/customise core files we recommend following our full development setup guides: [Contributor Guide](https://ghost.org/docs/contributing/) | [Developer Setup](https://ghost.org/docs/install/source/) | [Admin Client Dev Guide](https://ghost.org/docs/install/source/#ghost-admin)   diff --git a/SECURITY.md b/SECURITY.md index 9fa77b7339..342df0e951 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,6 +4,6 @@ Potential security vulnerabilities can be reported directly us at `security@ghos The full, up-to-date details of our security policy and procedure can always be found in our documentation: -https://ghost.org/docs/concepts/security/ +https://ghost.org/docs/security/ -Please refer to this before emailing us. Thanks for helping make Ghost safe for everyone 🙏. \ No newline at end of file +Please refer to this before emailing us. Thanks for helping make Ghost safe for everyone 🙏. diff --git a/content/adapters/README.md b/content/adapters/README.md index e541cfc417..7226ebb2a5 100644 --- a/content/adapters/README.md +++ b/content/adapters/README.md @@ -16,7 +16,3 @@ This default adapter can be found in `core/server/adapters/scheduling/Scheduling ### Custom Adapter To override any of the default adapters, you have to add a folder (`content/adapters/storage` or `content/adapters/scheduling`) and copy your adapter to it. - -Please follow our detailed guides: -https://ghost.org/docs/concepts/storage-adapters/ -https://ghost.org/docs/concepts/custom-schedulers/ diff --git a/content/settings/README.md b/content/settings/README.md index 76db23befc..49c7181252 100644 --- a/content/settings/README.md +++ b/content/settings/README.md @@ -2,7 +2,7 @@ ### routes.yaml -To find out more about `routes.yaml` configuration and how to use it visit [documentation](https://ghost.org/docs/api/handlebars-themes/routing/). +To find out more about `routes.yaml` configuration and how to use it visit [documentation](https://ghost.org/docs/themes/routing/). This is how the default `routes.yaml` file looks like: