Skip to content

Commit

Permalink
chore(egen) : changed headings as per guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayakrishna2801 committed Jul 5, 2024
1 parent 1df1f71 commit faa19f7
Showing 1 changed file with 12 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"id": "title:generic,gcp"
},
"source": [
"# Get started with Google Artifact Registry\n",
"# Get started with Google Artifact registry\n",
"\n",
"<table align=\"left\">\n",
" <td style=\"text-align: center\">\n",
Expand Down Expand Up @@ -134,7 +134,9 @@
},
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"id": "8d726e21c0bb"
},
"source": [
"### Restart runtime (Colab only)\n",
"To use the newly installed packages, you must restart the runtime on Google Colab."
Expand All @@ -143,7 +145,9 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {
"id": "3b9119a60525"
},
"outputs": [],
"source": [
"import sys\n",
Expand All @@ -158,7 +162,9 @@
},
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"id": "d183adfc792a"
},
"source": [
"### Set Google Cloud project information\n",
"To get started using Vertex AI, you must have an existing Google Cloud project. [Learn more about setting up a project and a development environment.](https://cloud.google.com/vertex-ai/docs/start/cloud-environment)"
Expand Down Expand Up @@ -224,7 +230,7 @@
"id": "intro_gar"
},
"source": [
"## Introduction to Google Artifact Registry\n",
"## Introduction to Google Artifact registry\n",
"\n",
"The Google Artifact Registry is a service for storing and managing artifacts in private repositories, including container images, Helm charts, and language packages. It is the recommended container image registry for Google Cloud.\n",
"\n",
Expand All @@ -237,7 +243,7 @@
"id": "gar_enable_api"
},
"source": [
"### Enable Artifact Registry API\n",
"### Enable Artifact registry API\n",
"\n",
"First,enable the Artifact Registry API service for your project.\n",
"\n",
Expand Down

0 comments on commit faa19f7

Please sign in to comment.