You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2020/12/31 17:27:38 UTC

[airflow-site] branch master updated: Update site.sh (#368)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 6af7ff7  Update site.sh (#368)
6af7ff7 is described below

commit 6af7ff758321a5a42c3bcbc6db9359cb754db155
Author: Shubham Karwasara <68...@users.noreply.github.com>
AuthorDate: Thu Dec 31 22:57:30 2020 +0530

    Update site.sh (#368)
    
    Added dots at the end of some lines.
---
 site.sh | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/site.sh b/site.sh
index ca5ae31..e37913d 100755
--- a/site.sh
+++ b/site.sh
@@ -35,19 +35,19 @@ usage: ${0} <command> [<args>]
 
 These are  ${0} commands used in various situations:
 
-    build-site            Prepare dist directory with landing pages and documentation
-    preview-landing-pages Starts the web server with preview of the website
-    build-landing-pages   Builds a landing pages
+    build-site            Prepare dist directory with landing pages and documentation.
+    preview-landing-pages Starts the web server with preview of the website.
+    build-landing-pages   Builds a landing pages.
     prepare-theme         Prepares and copies files needed for the proper functioning of the sphinx theme.
-    shell                 Start shell
-    build-image           Build a Docker image with a environment
-    install-node-deps     Download all the Node dependencies
-    check-site-links      Checks if the links are correct in the website
-    lint-css              Lint CSS files
-    lint-js               Lint Javascript files
-    cleanup               Delete the virtual environment in Docker
-    stop                  Stop the environment
-    help                  Display usage
+    shell                 Start shell.
+    build-image           Build a Docker image with a environment.
+    install-node-deps     Download all the Node dependencies.
+    check-site-links      Checks if the links are correct in the website.
+    lint-css              Lint CSS files.
+    lint-js               Lint Javascript files.
+    cleanup               Delete the virtual environment in Docker.
+    stop                  Stop the environment.
+    help                  Display usage.
 
 Unrecognized commands are run as programs in the container.
 
@@ -60,7 +60,7 @@ The following command can also be performed from the Docker environment:
 install-node-deps, preview, build-site, lint-css, lint-js.
 
 The lint-css and lint-js accept paths in arguments. If no path is given, the script
-will be executed for all supported files
+will be executed for all supported files.
 
 EOF
 }