diff --git a/.gitignore b/.gitignore index f40fbd8..189c20d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ _site .jekyll-cache .jekyll-metadata vendor +.ruby-version diff --git a/Rakefile b/Rakefile new file mode 100644 index 0000000..037bd29 --- /dev/null +++ b/Rakefile @@ -0,0 +1,8 @@ +# frozen_string_literal: true + +desc "Serve API documentation locally" +task :serve do + sh "bundle exec jekyll serve" +end + +task default: :serve diff --git a/getting_started/new_account.md b/getting_started/new_account.md index 87c1cba..6b61fa7 100644 --- a/getting_started/new_account.md +++ b/getting_started/new_account.md @@ -5,7 +5,7 @@ layout: default section_title: Getting Started --- -The first toward developing a custom integration (Procore Clients) or App Markeplace application (Technology Partners) is to register a new Developer Account on the Procore Developer Portal. +The first step toward developing a custom integration (Procore Clients) or App Markeplace application (Technology Partners) is to register a new Developer Account on the Procore Developer Portal. Here are the steps to properly navigate the Developer Portal and successfully register for a new Developer Account. 1. First, open your browser and navigate to the [Developer Portal](https://developers.procore.com/) landing page.