From 16b0b4e04827f420dfeb9963ea225fae18697c74 Mon Sep 17 00:00:00 2001 From: gregsadetsky Date: Tue, 16 Apr 2024 00:20:22 -0400 Subject: [PATCH] . --- docs/deployment-guides/clojure.md | 2 +- docs/deployment-guides/django-site.md | 3 +-- docs/deployment-guides/go.md | 2 +- docs/deployment-guides/jekyll.md | 2 +- docs/deployment-guides/static-site.md | 2 +- 5 files changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/deployment-guides/clojure.md b/docs/deployment-guides/clojure.md index 2e271cd..83256d6 100644 --- a/docs/deployment-guides/clojure.md +++ b/docs/deployment-guides/clojure.md @@ -22,7 +22,7 @@ disco projects:add \ ``` above, replace: -- the `USERNAME/REPONAME` below with the path to your GitHub repo (e.g., `john/my-project`) +- the `USERNAME/REPONAME` with the path to your GitHub repo (e.g., `john/my-project`) - `DOMAINNAME` with the domain you wish to deploy your project to (e.g., `static.example.com`) diff --git a/docs/deployment-guides/django-site.md b/docs/deployment-guides/django-site.md index 66080f3..4fcb5f6 100644 --- a/docs/deployment-guides/django-site.md +++ b/docs/deployment-guides/django-site.md @@ -21,8 +21,7 @@ disco projects:add \ ``` above, replace: -above, replace: -- the `USERNAME/REPONAME` below with the path to your GitHub repo (e.g., `john/my-project`) +- the `USERNAME/REPONAME` with the path to your GitHub repo (e.g., `john/my-project`) - `DOMAINNAME` with the domain you wish to deploy your project to (e.g., `example.com`) :::tip diff --git a/docs/deployment-guides/go.md b/docs/deployment-guides/go.md index ce2d223..c28434a 100644 --- a/docs/deployment-guides/go.md +++ b/docs/deployment-guides/go.md @@ -22,7 +22,7 @@ disco projects:add \ ``` above, replace: -- the `USERNAME/REPONAME` below with the path to your GitHub repo (e.g., `john/my-project`) +- the `USERNAME/REPONAME` with the path to your GitHub repo (e.g., `john/my-project`) - `DOMAINNAME` with the domain you wish to deploy your project to (e.g., `static.example.com`) diff --git a/docs/deployment-guides/jekyll.md b/docs/deployment-guides/jekyll.md index 7a0c27f..65dcff8 100644 --- a/docs/deployment-guides/jekyll.md +++ b/docs/deployment-guides/jekyll.md @@ -22,7 +22,7 @@ disco projects:add \ ``` above, replace: -- the `USERNAME/REPONAME` below with the path to your GitHub repo (e.g., `john/my-project`) +- the `USERNAME/REPONAME` with the path to your GitHub repo (e.g., `john/my-project`) - `DOMAINNAME` with the domain you wish to deploy your project to (e.g., `static.example.com`) :::tip diff --git a/docs/deployment-guides/static-site.md b/docs/deployment-guides/static-site.md index b4269c6..eccbe16 100644 --- a/docs/deployment-guides/static-site.md +++ b/docs/deployment-guides/static-site.md @@ -22,7 +22,7 @@ disco projects:add \ ``` above, replace: -- the `USERNAME/REPONAME` below with the path to your GitHub repo (e.g., `john/my-project`) +- the `USERNAME/REPONAME` with the path to your GitHub repo (e.g., `john/my-project`) - `DOMAINNAME` with the domain you wish to deploy your project to (e.g., `static.example.com`) :::tip