docs
docs copied to clipboard
Ghost's official documentation
Hey everyone, This is my first pull request ever, so I'm sorry if I did something wrong but I think I followed the guidelines correctly. Here's what I updated: 1....
https://docs.ghost.org/api/webhooks/ only lists 3 events rather than the full list of events that were added in Ghost 2.16.0. I wonder if we should document the webhook payload format too? Full...
The GCS adapter [thombuchi/ghost-google-cloud-storage](https://github.com/thombuchi/ghost-google-cloud-storage) is unmaintained and apparently does not work with the latest Ghost version. There is a fork [KaySchneider/ghost-google-cloud-storage](https://github.com/KaySchneider/ghost-google-cloud-storage) which is more recently updated, perhaps the maintainer would...
This repository is _only_ concerned with Ghost Documentation. If you're having trouble with Ghost itself, please use: https://forum.ghost.org 👫 ### Issue Summary In the code that you copy and paste...
I read the [document of storage adapter](https://docs.ghost.org/concepts/storage-adapters/) and find [Tencent Cloud COS](https://intl.cloud.tencent.com/product/cos) is not listed in "Available custom storage adapters". I've written an adapter([https://github.com/zkd8907/ghost-qcloud-cos-store](https://github.com/zkd8907/ghost-qcloud-cos-store)) for Tencent Yun. May I make...
Allow Ghost docs to be searched directly from Chrome with Google Omnibox (eg. In the address bar type `youtube.com` then press tab to search YouTube) Basic info: https://stackoverflow.com/questions/7630144/how-to-add-google-chrome-omnibox-search-support-for-your-site
### Issue Summary After Gatsby responsive images have been added to Ghost Docs the vertical rhythm is not applied to images anymore. The reason is that until now images have...
### Issue Summary In Docs > https://api.ghost.org/docs/overview there is sentence > For more information on how this works please see the Client Authentication section, or the ghost.url.api() docs in themes....
I want to integrate with depreciated API v0.1 and make CREATE / UPDATE / DELETE operations. Documentation about authentication is there > https://api.ghost.org/docs/user-authentication It is enumerated some values that I...
I am working on the Integrations page for Google Sheets + Ghost, explaining how to embed a spreadsheet into a Ghost post. This is great for people who want to...