Skip to content

Commit 2341d27

Browse files
authored
edit the README file [skip ci] (#82)
1 parent f201fab commit 2341d27

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Clone the UI project using git:
131131

132132
[subs=attributes+]
133133
$ git clone {url-project} &&
134-
cd "`basename $_`"
134+
cd "$(basename "$_" .git)"
135135

136136
The example above clones the Couchbase docs UI project and then switches to the project folder on your filesystem.
137137
Stay in this project folder when executing all subsequent commands.
@@ -144,7 +144,7 @@ In your terminal, execute the following command:
144144
This command installs the dependencies listed in [.path]_package.json_ into the [.path]_node_modules/_ folder inside the project.
145145
This folder does not get included in the UI bundle and should _not_ be committed to the source control repository.
146146

147-
In order for the pro Font Awesome icons work, you must first add the following file to the root folder of the UI project:
147+
In order for the pro Font Awesome icons to work, you must first add the following file to the root folder of the UI project:
148148

149149
..npmrc
150150
----
@@ -386,7 +386,7 @@ This section documents the logic used to compute the URL for the View Latest but
386386
If the version of the current page does not match the latest version of the component (i.e., product), a banner is displayed to the visitor.
387387
If the version is a prerelease, the banner states that you're viewing a prerelease version.
388388
If the version is an older stable release, the banner states that a newer version is available.
389-
On the banner offers a button named "View Latest" that directs the visitor to the latest version.
389+
The banner offers a button named "View Latest" that directs the visitor to the latest version.
390390

391391
The "View Latest" button tries to preserve the current page when switching versions.
392392
If the page is no longer available, then the button directs the user to the start page for the component.
@@ -528,7 +528,7 @@ SCM::
528528
* [x] Lightweight checkout
529529
====
530530

531-
In the Jenkinsfile, a credentials function is used to binds the value of the personal access token for the cb-docs-robot read from the specified Jenkins credential to the `GITHUB_API_TOKEN` environment varaible.
531+
In the Jenkinsfile, a credentials function is used to bind the value of the personal access token for the cb-docs-robot read from the specified Jenkins credential to the `GITHUB_API_TOKEN` environment variable.
532532
This environment variable is used by the release task to authenticate against the GitHub API as the cb-docs-robot user.
533533

534534
The heart of the build are the `sh` commands defined in the Jenkinsfile.

0 commit comments

Comments
 (0)