mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-23 19:02:29 +03:00
Normalize docs URLs (#8949)
no issue v1.0.0 is no longer the standard in the docs, so I updated all of the URLs containing it with v1 Note: I tried squashing commits, but failed. I'll try again in the future with throwaway changes Secondary Note: I tested most of the URLs listed and got no 404s!
This commit is contained in:
parent
30bee115fe
commit
8606ea22a2
8
.github/CONTRIBUTING.md
vendored
8
.github/CONTRIBUTING.md
vendored
@ -4,15 +4,15 @@ For **help**, **support** and **questions** please use **[slack](https://slack.g
|
||||
|
||||
---
|
||||
|
||||
If you're [raising a bug](https://docs.ghost.org/v1.0.0/docs/contributing#bugs) 🐛 please be sure to [include as much info as possible](https://docs.ghost.org/v1.0.0/docs/contributing#bug-template) so that we can fix it!
|
||||
If you're [raising a bug](https://docs.ghost.org/v1/docs/contributing#bugs) 🐛 please be sure to [include as much info as possible](https://docs.ghost.org/v1/docs/contributing#bug-template) so that we can fix it!
|
||||
|
||||
---
|
||||
|
||||
If you've **got some code** ✨ you want to [pull request](https://docs.ghost.org/v1.0.0/docs/contributing#pull-requests) please use this [commit message format](https://docs.ghost.org/v1.0.0/docs/git-workflow#section-notes-on-writing-good-commit-messages) and check it passes the tests by running `grunt validate`. Thanks for helping us make Ghost better.
|
||||
If you've **got some code** ✨ you want to [pull request](https://docs.ghost.org/v1/docs/contributing#pull-requests) please use this [commit message format](https://docs.ghost.org/v1/docs/git-workflow#section-notes-on-writing-good-commit-messages) and check it passes the tests by running `grunt validate`. Thanks for helping us make Ghost better.
|
||||
|
||||
---
|
||||
|
||||
**Our [Full Contributor Guide](https://docs.ghost.org/v1.0.0/docs/contributing)** covers everything you'll need to get started as a contributor 😁
|
||||
**Our [Full Contributor Guide](https://docs.ghost.org/v1/docs/contributing)** covers everything you'll need to get started as a contributor 😁
|
||||
|
||||
|
||||
*Quick Links:*
|
||||
@ -20,7 +20,7 @@ If you've **got some code** ✨ you want to [pull request](https://docs.ghost.or
|
||||
- [user documentation](https://help.ghost.org)
|
||||
- [themes documentation](https://themes.ghost.org)
|
||||
- [api documentation](https://api.ghost.org)
|
||||
- [self-hoster guide](http://docs.ghost.org/v1.0.0/)
|
||||
- [self-hoster guide](http://docs.ghost.org/v1/)
|
||||
- [feature roadmap](https://trello.com/b/EceUgtCL/ghost-roadmap)
|
||||
- [feature wishlist](http://ideas.ghost.org)
|
||||
- [community guidelines](https://ghost.org/conduct/)
|
||||
|
20
README.md
20
README.md
@ -4,15 +4,15 @@
|
||||
The project is maintained by a non-profit organisation called the **Ghost Foundation**, along with an amazing group of independent [contributors](https://github.com/TryGhost/Ghost/contributors). We're trying to make publishing software that changes the shape of online journalism.
|
||||
|
||||
- [Ghost.org](https://ghost.org)
|
||||
- [Supported Node Versions](https://docs.ghost.org/v1.0.0/docs/supported-node-versions)
|
||||
- [Supported Node Versions](https://docs.ghost.org/v1/docs/supported-node-versions)
|
||||
- [Latest Release](https://ghost.org/developers/)
|
||||
- [Help & Support](http://help.ghost.org/)
|
||||
- [Theme Docs](http://themes.ghost.org/v1.0.0/)
|
||||
- [Theme Docs](http://themes.ghost.org/v1/)
|
||||
- [API Docs](https://api.ghost.org/)
|
||||
- [Contributing Guide](https://docs.ghost.org/v1.0.0/docs/contributing)
|
||||
- [Contributing Guide](https://docs.ghost.org/v1/docs/contributing)
|
||||
- [Feature Requests](http://ideas.ghost.org/)
|
||||
- [Developer Blog](http://dev.ghost.org)
|
||||
- [Self-hoster Docs](http://docs.ghost.org/v1.0.0/)
|
||||
- [Self-hoster Docs](http://docs.ghost.org/v1/)
|
||||
|
||||
**NOTE: If you’re stuck, can’t get something working or need some help, please head on over and join our [Slack community](https://ghost.org/slack/) rather than opening an issue.**
|
||||
|
||||
@ -34,14 +34,14 @@ Not only will it save you hours of maintenance per month, but all revenue goes t
|
||||
|
||||
Other options are also available if you prefer playing around with servers by yourself, of course. The freedom of choice is in your hands.
|
||||
|
||||
- [Self-hosting Guide](https://docs.ghost.org/v1.0.0/docs/getting-started-guide)
|
||||
- [Self-hosting Guide](https://docs.ghost.org/v1/docs/getting-started-guide)
|
||||
|
||||
|
||||
# Theme Developers
|
||||
|
||||
If you are developing a Ghost theme for your own site or creating themes for others to use we recommend installing Ghost on your own local machine. Luckily we have a brand new Ghost CLI to make this really easy 😄
|
||||
|
||||
- [Installing Ghost via the CLI](https://docs.ghost.org/v1.0.0/docs/install-local)
|
||||
- [Installing Ghost via the CLI](https://docs.ghost.org/v1/docs/install-local)
|
||||
- [Theme Developer Docs](http://themes.ghost.org)
|
||||
|
||||
|
||||
@ -49,14 +49,14 @@ If you are developing a Ghost theme for your own site or creating themes for oth
|
||||
|
||||
For anyone wishing to contribute to Ghost or to hack/customise core files we recommend following our development setup guides:
|
||||
|
||||
- [General Contributor Guide](https://docs.ghost.org/v1.0.0/docs/contributing)
|
||||
- [Developer Setup Instructions](https://docs.ghost.org/v1.0.0/docs/working-with-ghost)
|
||||
- [Admin Client development guide](https://docs.ghost.org/v1.0.0/docs/working-with-the-admin-client)
|
||||
- [General Contributor Guide](https://docs.ghost.org/v1/docs/contributing)
|
||||
- [Developer Setup Instructions](https://docs.ghost.org/v1/docs/working-with-ghost)
|
||||
- [Admin Client development guide](https://docs.ghost.org/v1/docs/working-with-the-admin-client)
|
||||
|
||||
|
||||
# Staying Up to Date
|
||||
|
||||
When a new version of Ghost comes out, you'll want to look over these [upgrade instructions](https://docs.ghost.org/v1.0.0/docs/upgrade) for what to do next.
|
||||
When a new version of Ghost comes out, you'll want to look over these [upgrade instructions](https://docs.ghost.org/v1/docs/upgrade) for what to do next.
|
||||
|
||||
You can talk to other Ghost users and developers in our [public Slack team](https://ghost.org/slack/) (it's pretty awesome).
|
||||
|
||||
|
@ -18,5 +18,5 @@ This default adapter can be found in `core/server/adapters/scheduling/Scheduling
|
||||
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://docs.ghost.org/v1.0.0/docs/using-a-custom-storage-module
|
||||
https://docs.ghost.org/v1.0.0/docs/using-a-custom-scheduling-module
|
||||
https://docs.ghost.org/v1/docs/using-a-custom-storage-module
|
||||
https://docs.ghost.org/v1/docs/using-a-custom-scheduling-module
|
||||
|
@ -536,7 +536,7 @@ authentication = {
|
||||
logging.error(new errors.EmailError({
|
||||
err: error,
|
||||
context: i18n.t('errors.api.authentication.unableToSendWelcomeEmail'),
|
||||
help: i18n.t('errors.api.authentication.checkEmailConfigInstructions', {url: 'http://docs.ghost.org/v1.0.0/docs/mail-config'})
|
||||
help: i18n.t('errors.api.authentication.checkEmailConfigInstructions', {url: 'http://docs.ghost.org/v1/docs/mail-config'})
|
||||
}));
|
||||
});
|
||||
})
|
||||
|
@ -29,7 +29,7 @@ function sendMail(object) {
|
||||
message: [
|
||||
i18n.t('warnings.index.unableToSendEmail'),
|
||||
i18n.t('common.seeLinkForInstructions',
|
||||
{link: '<a href=\'https://docs.ghost.org/v1.0.0/docs/mail-config\' target=\'_blank\'>Checkout our mail configuration docs!</a>'})
|
||||
{link: '<a href=\'https://docs.ghost.org/v1/docs/mail-config\' target=\'_blank\'>Checkout our mail configuration docs!</a>'})
|
||||
].join(' ')
|
||||
}]},
|
||||
{context: {internal: true}}
|
||||
|
@ -48,7 +48,7 @@ function updateCheckError(err) {
|
||||
);
|
||||
|
||||
err.context = i18n.t('errors.update-check.checkingForUpdatesFailed.error');
|
||||
err.help = i18n.t('errors.update-check.checkingForUpdatesFailed.help', {url: 'https://docs.ghost.org/v1.0.0'});
|
||||
err.help = i18n.t('errors.update-check.checkingForUpdatesFailed.help', {url: 'https://docs.ghost.org/v1'});
|
||||
logging.error(err);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user