Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uvacoder/use-cloudinary-docs
https://github.com/uvacoder/use-cloudinary-docs
aaa abc cloudinary docs ediug gatsby gatsbycloud gatsbyjs guide hooks learn mywip react-hooks
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/uvacoder/use-cloudinary-docs
- Owner: Uvacoder
- License: mit
- Created: 2021-09-21T12:38:11.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-27T07:34:00.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T10:39:29.334Z (8 months ago)
- Topics: aaa, abc, cloudinary, docs, ediug, gatsby, gatsbycloud, gatsbyjs, guide, hooks, learn, mywip, react-hooks
- Language: JavaScript
- Homepage: https://usecloudinarydocsmaster.gatsbyjs.io/
- Size: 396 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
https://use-cloudinary.netlify.app
Gatsby Starter: Rocket Docs
Out of the box Gatsby Starter for creating documentation websites easily and quickly. With support for MDX, code highlight, Analytics, SEO and more 🔥 Using the theme: @rocketseat/gatsby-theme-docs
## 🚀 Features
- MDX for docs;
- Fully customizable through the usage of Gatsby Themes (and Theme UI)
- Sidebar customization with Yaml;
- Code highlighting with [prism-react-renderer](https://github.com/FormidableLabs/prism-react-renderer) and [react-live](https://github.com/FormidableLabs/react-live) support. Copy code button and option to show line numbers.
- SEO (Sitemap, schema.org data, Open Graph and Twitter tags).
- Google Analytics support;
- Offline Support & WebApp Manifest## ⚡️ Getting started
1. Create the website.
```sh
gatsby new rocket-docs https://github.com/rocketseat/gatsby-starter-rocket-docs
```2. Start developing.
```sh
cd rocket-docs
gatsby develop
```3. Are you ready for launch?
Your site is now running at `http://localhost:8000`
## 📄 Docs
Looking for docs? Check our live demo and documentation [website](https://rocketdocs.netlify.com).
---
Made with 💜 by Rocketseat :wave: [check our community!](https://discordapp.com/invite/gCRAFhc)