Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Writer's Guide Updates 2: Electric Boogaloo #765

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sarahlwelton
Copy link
Contributor

Just adding in some feedback received from other writer's getting a chance to review the writer's guide.

Right now, that involves some clarity around Git Bash behaviour and sample code for configuring credentials with Antora.

You should have automatically installed Git Bash when you installed Git on your computer.
. Paste the following command:
+
[source, console]
----
git config --global credential.helper store && \
git ls-remote -h https://github.com/couchbase/couchbase-operator > /dev/null && \
git ls-remote -h <GITHUB_REPO_URL> > /dev/null && \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is that what we agreed for placeholder variables?
In the case of shell commands, $GITHUB_REPO_URL could also work

You could then prefix with:

# Set this variable to the appropriate URL for the repository in question:
export GITHUB_REPO_URL=https://github.com/couchbase/couchbase-operator

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point. Correcting...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants