| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
THIS REPOSITORY WILL NO LONGER BE MONITORED AFTER JUNE 15, 2021
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.
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.
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 npmSet your Node.js version to 12
$ npm install -g n
$ n 12.16.1Install Git
Install npm
Install Git:
Install npm:
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 git@github.com:sendgrid/docs.gitHTTPS:
$ git clone https://github.com/sendgrid/docs.gitGo to your docs directory
$ cd docsSwitch to develop branch to make changes
$ git checkout developInstall the Gatsby CLI
$ npm install -g gatsby-cliInstall npm package dependencies
$ npm ciBuild the local site
$ gatsby develop$ npm run developSendGrid 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.
SendGrid Documentation is licensed under the MIT License (MIT)
| Back | FazBrowse Home | New Git URL |