All Projects β†’ sendgrid β†’ Docs

sendgrid / Docs

Licence: mit
Repository of Twilio SendGrid's product documentation.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Docs

Dvc.org
πŸ”— DVC website and documentation
Stars: ✭ 171 (-22.62%)
Mutual labels:  hacktoberfest, algolia, documentation, markdown
Github Profile Readme Generator
πŸš€ Generate GitHub profile README easily with the latest add-ons like visitors count, GitHub stats, etc using minimal UI.
Stars: ✭ 7,812 (+3434.84%)
Mutual labels:  hacktoberfest, gatsby, markdown
Verless
A simple and lightweight Static Site Generator.
Stars: ✭ 276 (+24.89%)
Mutual labels:  hacktoberfest, static-site, markdown
Docpress
Documentation website generator
Stars: ✭ 815 (+268.78%)
Mutual labels:  documentation, static-site, markdown
Assemble
Community
Stars: ✭ 3,995 (+1707.69%)
Mutual labels:  documentation, static-site, markdown
Github Profilinator
πŸš€ This tool contains mini GUI components that you can hook together to automatically generate markdown code for a perfect readme.
Stars: ✭ 225 (+1.81%)
Mutual labels:  hacktoberfest, gatsby, markdown
Gatsby Gitbook Starter
Generate GitBook style modern docs/tutorial websites using Gatsby + MDX
Stars: ✭ 700 (+216.74%)
Mutual labels:  algolia, gatsby, markdown
Gatsby Remark Oembed
A GatsbyJS Plugin that transforms oembed links into its corresponding embed code.
Stars: ✭ 154 (-30.32%)
Mutual labels:  hacktoberfest, gatsby, markdown
Hads
πŸ“š Markdown superpowered documentation for Node.js
Stars: ✭ 147 (-33.48%)
Mutual labels:  hacktoberfest, documentation, markdown
Flybook
✈️ FlyBook is a simple utility to generate static website such as gh-pages, manual of you projects
Stars: ✭ 76 (-65.61%)
Mutual labels:  documentation, static-site, markdown
Fullstackpython.com
Full Stack Python source with Pelican, Bootstrap and Markdown.
Stars: ✭ 2,667 (+1106.79%)
Mutual labels:  documentation, static-site, markdown
Sentry Docs
The new place for the sentry documentation (and tools to build it)
Stars: ✭ 160 (-27.6%)
Mutual labels:  hacktoberfest, documentation, gatsby
Settingsguide
More extensive explanations of Cura slicing settings.
Stars: ✭ 55 (-75.11%)
Mutual labels:  hacktoberfest, documentation, markdown
Gatsby Plugin Algolia
A plugin to push to Algolia based on graphQl queries
Stars: ✭ 154 (-30.32%)
Mutual labels:  hacktoberfest, algolia, gatsby
Gatsby Theme Superstylin
πŸ’… A Gatsby Theme with styled-components
Stars: ✭ 165 (-25.34%)
Mutual labels:  hacktoberfest, gatsby, static-site
Fornax
Scriptable static site generator using type safe F# DSL to define page templates.
Stars: ✭ 175 (-20.81%)
Mutual labels:  documentation, static-site
Rcpress
基于reactε’ŒAnt Designηš„ζ–‡ζ‘£η”Ÿζˆε™¨ 🎨
Stars: ✭ 178 (-19.46%)
Mutual labels:  documentation, gatsby
Press
Minimalist Markdown Publishing for Nuxt.js
Stars: ✭ 181 (-18.1%)
Mutual labels:  documentation, markdown
Wiki
Wiki.js | A modern and powerful wiki app built on Node.js
Stars: ✭ 14,985 (+6680.54%)
Mutual labels:  documentation, markdown
Startup Landing
Collection of free top of the line startup landing templates built using react/nextjs/gatsby. Free to download, simply edit and deploy! Updated weekly!
Stars: ✭ 176 (-20.36%)
Mutual labels:  gatsby, static-site

SendGrid Logo

SendGrid Documentation

Build Status Twitter Follow MIT licensed

Introduction

This is a Gatsby site.

The develop branch is merged to production weekly (unless we need to do a release sooner than that).

The main branch is continuously deployed to production.

  • Please, feel free to make any contributions you feel will make SendGrid Documentation better.

  • Submit all pull requests to the develop branch

  • All third party contributors acknowledge that any contributions they provide will be made under the same open source license that the open source project is provided under.

    • When making contributions, be sure to place an "x" in the brackets of the PR description where it says "[ ] I acknowledge that all my contributions will be made under the project's license."

Table of Contents

Local Dependency Setup

Dependencies

Note: Dependencies differ for work on the old-develop branch. If you need to work on old-develop, please see the README file after checking out that branch. This is uncommon.

Setup Steps

Mac

We recommend using Homebrew to install and manage packages on a MacOS.

  • Install Homebrew:

    $ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
    
  • Install npm:

    $ brew install npm
    
  • Set your Node.js version to 12

    $ npm install -g n
    
    $ n 12.16.1
    

Windows

Linux

Local Repository Setup

Note: When working on Windows, you may need to run Command Prompt or PowerShell as an Administrator.

Note: When working on Mac or Linux, you may need to run some commands using "sudo."

  • Clone the SendGrid Docs Repo

    • SSH:

      $ git clone [email protected]:sendgrid/docs.git
      
    • HTTPS:

      $ git clone https://github.com/sendgrid/docs.git
      
  • Go to your docs directory

    $ cd docs
    
  • Switch to develop branch to make changes

    $ git checkout develop
    
  • Install the Gatsby CLI

    $ npm install -g gatsby-cli
    
  • Install npm package dependencies

    $ npm ci
    
  • Build the local site

    • With the Gatsby CLI installed globally, you can run:
      $ gatsby develop
      
    • Alternatively, you can run:
      $ npm run develop
      
    • Either of the above commands should start a hot-reloading development environment accessible at localhost:8000

About

SendGrid is guided and supported by the SendGrid Developer Experience Team. It is maintained and funded by SendGrid, Inc. The names and logos are trademarks of SendGrid, Inc.

License

SendGrid Documentation is licensed under the MIT License (MIT)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].