Conventions used
There are a number of text conventions used throughout this book.
Code in text
: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: “A new build now runs, linked to the scdbook-e2e-merge
trigger.”
A block of code is set as follows:
[{ "id" : "upstream1", "repository" : "projects/$PROJECT_ID/locations/us-central1/repositories/python-local", "priority" : 100 },
Any command-line input or output is written as follows:
gcloud artifacts repositories list --project=$PROJECT_ID \ --location=us-central1
Bold: Indicates a new term, an important word, or words that you see onscreen. For instance, words in menus or dialog boxes appear in bold. Here is an example: “To view the render logs, click the link next to Render logs, under Rendering.”
Tips or important notes
Appear like this.