Skip to content

Commit

Permalink
chore: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Jun 8, 2023
1 parent 63180d0 commit 405cfe3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
2 changes: 2 additions & 0 deletions website/docs/getting-started.md
Expand Up @@ -6,6 +6,8 @@ type: tutorial

# Getting Started

<iframe width="690" height="400" src="https://www.youtube.com/embed/hRe-_GCMfYQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; fullscreen" allowfullscreen></iframe>

Lerna comes with a dedicated `init` command to assist you with both adding lerna to an existing repo, or creating one from scratch.

## Starting from scratch
Expand Down
26 changes: 13 additions & 13 deletions website/docusaurus.config.js
Expand Up @@ -113,14 +113,14 @@ const config = {
position: "left",
label: "Get Started",
},
{ to: "/upgrade", label: "Upgrade", position: "left" },
{
href: "https://www.youtube.com/watch?v=ASCSTKX21jE",
"aria-label": "What's New in Lerna 6.5",
position: "left",
title: "What's New in Lerna 6.5",
label: `🎥 Lerna 6.5`,
},
// { to: "/upgrade", label: "Upgrade", position: "left" },
// {
// href: "https://www.youtube.com/watch?v=ASCSTKX21jE",
// "aria-label": "What's New in Lerna 6.5",
// position: "left",
// title: "What's New in Lerna 6.5",
// label: `🎥 Lerna 6.5`,
// },
// {
// href: "https://nx.dev",
// className: "header-nxdev-link",
Expand Down Expand Up @@ -168,6 +168,10 @@ const config = {
label: "Youtube Channel",
href: "https://youtube.com/@nxdevtools?utm_source=lerna.js.org",
},
{
label: "About Us",
href: "https://nx.app/company?utm_source=lerna.js.org",
},
],
},
{
Expand Down Expand Up @@ -223,14 +227,10 @@ const config = {
label: "NxCloud",
href: "https://nx.app/?utm_source=lerna.js.org",
},
{
label: "Nrwl",
href: "https://nrwl.io/?utm_source=lerna.js.org",
},
],
},
],
copyright: `Released under the MIT License. <br /> &copy; ${new Date().getFullYear()} Copyright Nrwl.`,
copyright: `Released under the MIT License. <br /> &copy; ${new Date().getFullYear()} Copyright Nx.`,
},
prism: {
theme: lightCodeTheme,
Expand Down

0 comments on commit 405cfe3

Please sign in to comment.