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

Create, style, and populate the Tutorials section #2689

Merged
merged 38 commits into from
Jul 8, 2024
Merged

Conversation

yuliiiah
Copy link
Contributor

@yuliiiah yuliiiah commented Apr 22, 2024

Describe the Change

This PR updates the Palette Docs to include a dedicated section for Tutorials.

Changed Pages

💻 Tutorials

Jira Tickets

🎫 DOC-951

Backports

Can this PR be backported?

  • Yes. Remember to add the relevant backport labels to your PR.
  • No. Please leave a short comment below about why this PR cannot be backported.

Copy link

netlify bot commented Apr 22, 2024

Deploy Preview for docs-spectrocloud ready!

Name Link
🔨 Latest commit f18c5d5
🔍 Latest deploy log https://app.netlify.com/sites/docs-spectrocloud/deploys/668c41f6f30d8700087acb29
😎 Deploy Preview https://deploy-preview-2689--docs-spectrocloud.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@yuliiiah yuliiiah changed the title Attempting to create the Tutorials navbar item Create, style, and populate the Tutorials section Jun 27, 2024
@yuliiiah yuliiiah added backport-version-4-0 Backport change to version 4.0 auto-backport Enable backport backport-version-3-4 Backport change to version 3.4 backport-version-4-1 Backport change to version 4.1 backport-version-4-2 Backport change to version 4.2 backport-version-4-3 Backport change to version 4.3 backport-version-4-4 Backport change to version 4.4 labels Jun 27, 2024
@yuliiiah yuliiiah marked this pull request as ready for review June 28, 2024 14:47
@yuliiiah yuliiiah requested a review from a team as a code owner June 28, 2024 14:47
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit

vale

docs/docs-content/tutorials/edge/deploy-cluster.md|894 col 151| [Vale.Terms] Use 'NIC' instead of 'Nic'.

terraform plan
```

Output:
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [vale] reported by reviewdog 🐶
[spectrocloud.colon] Use colons only to introduce lists, unless in code blocks or inline code.


:::warning

It can take up to three minutes for DNS to properly resolve the public load balancer URL. We recommend waiting a few
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [vale] reported by reviewdog 🐶
[Vale.Terms] Use 'we' instead of 'We'.

terraform destroy --auto-approve
```

Output:
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [vale] reported by reviewdog 🐶
[spectrocloud.colon] Use colons only to introduce lists, unless in code blocks or inline code.

deploy applications to a Kubernetes environment with little or no prior Kubernetes knowledge. In a matter of minutes,
you were able to provision a new Kubernetes cluster and deploy an application.

We encourage you to check out the
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [vale] reported by reviewdog 🐶
[Vale.Terms] Use 'we' instead of 'We'.

@@ -222,8 +222,8 @@ use it in a Kubernetes deployment configuration. This allows you to pull images
restrictions or limitations.

To learn more about Kubernetes and how to use it to deploy your application, check out
[Palette's Dev Engine](../../devx/apps/deploy-app.md) and how it can reduce the challenges often encountered with
deploying apps to Kubernetes. You can also read about
[Palette's Dev Engine](../../tutorials/cluster-deployment/pde/deploy-app.md) and how it can reduce the challenges often
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [vale] reported by reviewdog 🐶
[Vale.Terms] Use 'dev' instead of 'Dev'.

Copy link
Contributor

@karl-cardenas-coding karl-cardenas-coding left a comment

Choose a reason for hiding this comment

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

Digging the progress on this so far. Holding off approval until the we had the chance to address some of the questions

docusaurus.config.js Outdated Show resolved Hide resolved
sidebars.js Outdated Show resolved Hide resolved
src/css/custom.scss Show resolved Hide resolved
src/css/sidebars.scss Show resolved Hide resolved
docs/docs-content/tutorials/tutorials.md Outdated Show resolved Hide resolved
docs/docs-content/tutorials/tutorials.md Outdated Show resolved Hide resolved
docs/docs-content/tutorials/tutorials.md Outdated Show resolved Hide resolved
docs/docs-content/tutorials/tutorials.md Show resolved Hide resolved
docs/docs-content/tutorials/tutorials.md Show resolved Hide resolved
docs/docs-content/tutorials/tutorials.md Show resolved Hide resolved
docs/docs-content/tutorials/tutorials.md Show resolved Hide resolved
docs/docs-content/tutorials/tutorials.md Show resolved Hide resolved
docs/docs-content/tutorials/tutorials.md Show resolved Hide resolved
docs/docs-content/tutorials/tutorials.md Show resolved Hide resolved
docs/docs-content/tutorials/tutorials.md Show resolved Hide resolved
docs/docs-content/tutorials/tutorials.md Show resolved Hide resolved
| Allow worker capability | Checked |
| Additional Labels (Optional) | None |
| [Taints](../../clusters/cluster-management/taints.md#taints) | Off |
| Pool Configuration > Edge Hosts | Choose one of the registered Edge hosts.<br />Palette will automatically display the Nic Name for the selected host. |
Copy link
Contributor

Choose a reason for hiding this comment

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

🚫 [vale] reported by reviewdog 🐶
[Vale.Terms] Use 'NIC' instead of 'Nic'.

addetz and others added 2 commits June 28, 2024 20:56
Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
@yuliiiah yuliiiah deleted the doc-951-new branch July 8, 2024 20:03
vault-token-factory-spectrocloud bot pushed a commit that referenced this pull request Jul 8, 2024
* chore: Attempting to create the Tutorials navbar item

* docs: Move tutorial over to the new directort and finish basic setup

* docs: Styling for the tutorials sidebar

* chore: Fix gitleaks

* chore: Finish styling the tutorials sidebar

* chore: Remove non-getting-started tutorials from the docs and fix broken links

* chore: Fix the sidebar styles based on team feedback

* docs: add tutorials landing page

* docs: conditionally hide index on simple card

* Update docs/docs-content/tutorials/tutorials.md

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>

* docs: fix formatting

* Update docs/docs-content/tutorials/tutorials.md

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>

* docs: fix formatting

* docs: reword landing page

* docs: fix gap on hideNumber cards

* Doc 951 tutorial side bar (#3180)

* tutorial side bar refactor

* chore: Fix code formatting

---------

Co-authored-by: Yuliia Horbenko <horbenko.yuliya@gmail.com>

* fix side bar

* remove svg reference

* add border to privacy settings

* Update sidebars.js

* chore: Resolve rebase

* chore: Add more margin to the Privacy Settings in Docs

* chore: Add redirects for the deleted tutorials

* chore: Clean up old privacy settings from docusaurus.config

* fa import issue

* fix import issue

* Update light-mode.scss

* docs: Update README

* chore: Update the package-lock.json file

* docs: Rename Profiles > Profiles and Packs, move Deploy a Custom Pack to Profiles, fix broken links

* chore: Resolve the strange merge situation

* chore: Comment out empty categories

* chore: Fix broken links

---------

Co-authored-by: addetz <43963729+addetz@users.noreply.github.com>
Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: nageshsairam1610 <nageshwara.seeni@spectrocloud.com>
(cherry picked from commit 5710c53)
@vault-token-factory-spectrocloud
Copy link
Contributor

💔 Some backports could not be created

Status Branch Result
version-4-0 Backport failed because of merge conflicts

You might need to backport the following PRs to version-4-0:
- docs: updated URLs to use file path context
version-3-4 Backport failed because of merge conflicts

You might need to backport the following PRs to version-3-4:
- chore: DOC-1148 fix missing trailing slash (#2656)
- chore: add vale rule (#2106)
- Refactor/restructure cluster & app profiles sections (#1551)
- docs: refactor for self-hosted Palette DOC-465 (#1597)
- chore: released docs versioning
- docs: updated URLs to use file path context
version-4-1 Backport failed because of merge conflicts

You might need to backport the following PRs to version-4-1:
- docs: DOC-1118 Image Conversion to webp (#2439)
version-4-2 Backport failed because of merge conflicts

You might need to backport the following PRs to version-4-2:
- replace caution with warning (#2039)
version-4-3 Backport failed because of merge conflicts
version-4-4

Note: Successful backport PRs will be merged automatically after passing CI.

Manual backport

To create the backport manually run:

backport --pr 2689

Questions ?

Please refer to the Backport tool documentation and see the Github Action logs for details

yuliiiah added a commit that referenced this pull request Jul 8, 2024
* chore: Attempting to create the Tutorials navbar item

* docs: Move tutorial over to the new directort and finish basic setup

* docs: Styling for the tutorials sidebar

* chore: Fix gitleaks

* chore: Finish styling the tutorials sidebar

* chore: Remove non-getting-started tutorials from the docs and fix broken links

* chore: Fix the sidebar styles based on team feedback

* docs: add tutorials landing page

* docs: conditionally hide index on simple card

* Update docs/docs-content/tutorials/tutorials.md

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>

* docs: fix formatting

* Update docs/docs-content/tutorials/tutorials.md

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>

* docs: fix formatting

* docs: reword landing page

* docs: fix gap on hideNumber cards

* Doc 951 tutorial side bar (#3180)

* tutorial side bar refactor

* chore: Fix code formatting

---------

Co-authored-by: Yuliia Horbenko <horbenko.yuliya@gmail.com>

* fix side bar

* remove svg reference

* add border to privacy settings

* Update sidebars.js

* chore: Resolve rebase

* chore: Add more margin to the Privacy Settings in Docs

* chore: Add redirects for the deleted tutorials

* chore: Clean up old privacy settings from docusaurus.config

* fa import issue

* fix import issue

* Update light-mode.scss

* docs: Update README

* chore: Update the package-lock.json file

* docs: Rename Profiles > Profiles and Packs, move Deploy a Custom Pack to Profiles, fix broken links

* chore: Resolve the strange merge situation

* chore: Comment out empty categories

* chore: Fix broken links

---------

Co-authored-by: addetz <43963729+addetz@users.noreply.github.com>
Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: nageshsairam1610 <nageshwara.seeni@spectrocloud.com>
vault-token-factory-spectrocloud bot added a commit that referenced this pull request Jul 8, 2024
* chore: Attempting to create the Tutorials navbar item

* docs: Move tutorial over to the new directort and finish basic setup

* docs: Styling for the tutorials sidebar

* chore: Fix gitleaks

* chore: Finish styling the tutorials sidebar

* chore: Remove non-getting-started tutorials from the docs and fix broken links

* chore: Fix the sidebar styles based on team feedback

* docs: add tutorials landing page

* docs: conditionally hide index on simple card

* Update docs/docs-content/tutorials/tutorials.md

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>

* docs: fix formatting

* Update docs/docs-content/tutorials/tutorials.md

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>

* docs: fix formatting

* docs: reword landing page

* docs: fix gap on hideNumber cards

* Doc 951 tutorial side bar (#3180)

* tutorial side bar refactor

* chore: Fix code formatting

---------

Co-authored-by: Yuliia Horbenko <horbenko.yuliya@gmail.com>

* fix side bar

* remove svg reference

* add border to privacy settings

* Update sidebars.js

* chore: Resolve rebase

* chore: Add more margin to the Privacy Settings in Docs

* chore: Add redirects for the deleted tutorials

* chore: Clean up old privacy settings from docusaurus.config

* fa import issue

* fix import issue

* Update light-mode.scss

* docs: Update README

* chore: Update the package-lock.json file

* docs: Rename Profiles > Profiles and Packs, move Deploy a Custom Pack to Profiles, fix broken links

* chore: Resolve the strange merge situation

* chore: Comment out empty categories

* chore: Fix broken links

---------

Co-authored-by: addetz <43963729+addetz@users.noreply.github.com>
Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: nageshsairam1610 <nageshwara.seeni@spectrocloud.com>
(cherry picked from commit 5710c53)

Co-authored-by: Yuliia Horbenko <31223054+yuliiiah@users.noreply.github.com>
karl-cardenas-coding added a commit that referenced this pull request Jul 8, 2024
… (#3278)

* Create, style, and populate the Tutorials section (#2689)

* chore: Attempting to create the Tutorials navbar item

* docs: Move tutorial over to the new directort and finish basic setup

* docs: Styling for the tutorials sidebar

* chore: Fix gitleaks

* chore: Finish styling the tutorials sidebar

* chore: Remove non-getting-started tutorials from the docs and fix broken links

* chore: Fix the sidebar styles based on team feedback

* docs: add tutorials landing page

* docs: conditionally hide index on simple card

* Update docs/docs-content/tutorials/tutorials.md

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>

* docs: fix formatting

* Update docs/docs-content/tutorials/tutorials.md

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>

* docs: fix formatting

* docs: reword landing page

* docs: fix gap on hideNumber cards

* Doc 951 tutorial side bar (#3180)

* tutorial side bar refactor

* chore: Fix code formatting

---------

Co-authored-by: Yuliia Horbenko <horbenko.yuliya@gmail.com>

* fix side bar

* remove svg reference

* add border to privacy settings

* Update sidebars.js

* chore: Resolve rebase

* chore: Add more margin to the Privacy Settings in Docs

* chore: Add redirects for the deleted tutorials

* chore: Clean up old privacy settings from docusaurus.config

* fa import issue

* fix import issue

* Update light-mode.scss

* docs: Update README

* chore: Update the package-lock.json file

* docs: Rename Profiles > Profiles and Packs, move Deploy a Custom Pack to Profiles, fix broken links

* chore: Resolve the strange merge situation

* chore: Comment out empty categories

* chore: Fix broken links

---------

Co-authored-by: addetz <43963729+addetz@users.noreply.github.com>
Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: nageshsairam1610 <nageshwara.seeni@spectrocloud.com>

* chore: fixed build issues

---------

Co-authored-by: addetz <43963729+addetz@users.noreply.github.com>
Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: nageshsairam1610 <nageshwara.seeni@spectrocloud.com>
Co-authored-by: Karl Cardenas <karl@spectrocloud.com>
yuliiiah added a commit that referenced this pull request Jul 9, 2024
* chore: Attempting to create the Tutorials navbar item

* docs: Move tutorial over to the new directort and finish basic setup

* docs: Styling for the tutorials sidebar

* chore: Fix gitleaks

* chore: Finish styling the tutorials sidebar

* chore: Remove non-getting-started tutorials from the docs and fix broken links

* chore: Fix the sidebar styles based on team feedback

* docs: add tutorials landing page

* docs: conditionally hide index on simple card

* Update docs/docs-content/tutorials/tutorials.md

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>

* docs: fix formatting

* Update docs/docs-content/tutorials/tutorials.md

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>

* docs: fix formatting

* docs: reword landing page

* docs: fix gap on hideNumber cards

* Doc 951 tutorial side bar (#3180)

* tutorial side bar refactor

* chore: Fix code formatting

---------

Co-authored-by: Yuliia Horbenko <horbenko.yuliya@gmail.com>

* fix side bar

* remove svg reference

* add border to privacy settings

* Update sidebars.js

* chore: Resolve rebase

* chore: Add more margin to the Privacy Settings in Docs

* chore: Add redirects for the deleted tutorials

* chore: Clean up old privacy settings from docusaurus.config

* fa import issue

* fix import issue

* Update light-mode.scss

* docs: Update README

* chore: Update the package-lock.json file

* docs: Rename Profiles > Profiles and Packs, move Deploy a Custom Pack to Profiles, fix broken links

* chore: Resolve the strange merge situation

* chore: Comment out empty categories

* chore: Fix broken links

---------

Co-authored-by: addetz <43963729+addetz@users.noreply.github.com>
Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: nageshsairam1610 <nageshwara.seeni@spectrocloud.com>
yuliiiah added a commit that referenced this pull request Jul 9, 2024
… (#3288)

* Create, style, and populate the Tutorials section (#2689)

* chore: Attempting to create the Tutorials navbar item

* docs: Move tutorial over to the new directort and finish basic setup

* docs: Styling for the tutorials sidebar

* chore: Fix gitleaks

* chore: Finish styling the tutorials sidebar

* chore: Remove non-getting-started tutorials from the docs and fix broken links

* chore: Fix the sidebar styles based on team feedback

* docs: add tutorials landing page

* docs: conditionally hide index on simple card

* Update docs/docs-content/tutorials/tutorials.md

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>

* docs: fix formatting

* Update docs/docs-content/tutorials/tutorials.md

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>

* docs: fix formatting

* docs: reword landing page

* docs: fix gap on hideNumber cards

* Doc 951 tutorial side bar (#3180)

* tutorial side bar refactor

* chore: Fix code formatting

---------

Co-authored-by: Yuliia Horbenko <horbenko.yuliya@gmail.com>

* fix side bar

* remove svg reference

* add border to privacy settings

* Update sidebars.js

* chore: Resolve rebase

* chore: Add more margin to the Privacy Settings in Docs

* chore: Add redirects for the deleted tutorials

* chore: Clean up old privacy settings from docusaurus.config

* fa import issue

* fix import issue

* Update light-mode.scss

* docs: Update README

* chore: Update the package-lock.json file

* docs: Rename Profiles > Profiles and Packs, move Deploy a Custom Pack to Profiles, fix broken links

* chore: Resolve the strange merge situation

* chore: Comment out empty categories

* chore: Fix broken links

---------

Co-authored-by: addetz <43963729+addetz@users.noreply.github.com>
Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: nageshsairam1610 <nageshwara.seeni@spectrocloud.com>

* chore: Fix broken links

* chore: Fix another broken link

* chore: Fix the redirect file

---------

Co-authored-by: addetz <43963729+addetz@users.noreply.github.com>
Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: nageshsairam1610 <nageshwara.seeni@spectrocloud.com>
yuliiiah added a commit that referenced this pull request Jul 9, 2024
… (#3288)

* Create, style, and populate the Tutorials section (#2689)

* chore: Attempting to create the Tutorials navbar item

* docs: Move tutorial over to the new directort and finish basic setup

* docs: Styling for the tutorials sidebar

* chore: Fix gitleaks

* chore: Finish styling the tutorials sidebar

* chore: Remove non-getting-started tutorials from the docs and fix broken links

* chore: Fix the sidebar styles based on team feedback

* docs: add tutorials landing page

* docs: conditionally hide index on simple card

* Update docs/docs-content/tutorials/tutorials.md

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>

* docs: fix formatting

* Update docs/docs-content/tutorials/tutorials.md

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>

* docs: fix formatting

* docs: reword landing page

* docs: fix gap on hideNumber cards

* Doc 951 tutorial side bar (#3180)

* tutorial side bar refactor

* chore: Fix code formatting

---------

Co-authored-by: Yuliia Horbenko <horbenko.yuliya@gmail.com>

* fix side bar

* remove svg reference

* add border to privacy settings

* Update sidebars.js

* chore: Resolve rebase

* chore: Add more margin to the Privacy Settings in Docs

* chore: Add redirects for the deleted tutorials

* chore: Clean up old privacy settings from docusaurus.config

* fa import issue

* fix import issue

* Update light-mode.scss

* docs: Update README

* chore: Update the package-lock.json file

* docs: Rename Profiles > Profiles and Packs, move Deploy a Custom Pack to Profiles, fix broken links

* chore: Resolve the strange merge situation

* chore: Comment out empty categories

* chore: Fix broken links

---------

Co-authored-by: addetz <43963729+addetz@users.noreply.github.com>
Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: nageshsairam1610 <nageshwara.seeni@spectrocloud.com>

* chore: Fix broken links

* chore: Fix another broken link

* chore: Fix the redirect file

---------

Co-authored-by: addetz <43963729+addetz@users.noreply.github.com>
Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: nageshsairam1610 <nageshwara.seeni@spectrocloud.com>
yuliiiah added a commit that referenced this pull request Jul 9, 2024
#3289)

* [version-4-2] Create, style, and populate the Tutorials section (#2689) (#3288)

* Create, style, and populate the Tutorials section (#2689)

* chore: Attempting to create the Tutorials navbar item

* docs: Move tutorial over to the new directort and finish basic setup

* docs: Styling for the tutorials sidebar

* chore: Fix gitleaks

* chore: Finish styling the tutorials sidebar

* chore: Remove non-getting-started tutorials from the docs and fix broken links

* chore: Fix the sidebar styles based on team feedback

* docs: add tutorials landing page

* docs: conditionally hide index on simple card

* Update docs/docs-content/tutorials/tutorials.md

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>

* docs: fix formatting

* Update docs/docs-content/tutorials/tutorials.md

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>

* docs: fix formatting

* docs: reword landing page

* docs: fix gap on hideNumber cards

* Doc 951 tutorial side bar (#3180)

* tutorial side bar refactor

* chore: Fix code formatting

---------

Co-authored-by: Yuliia Horbenko <horbenko.yuliya@gmail.com>

* fix side bar

* remove svg reference

* add border to privacy settings

* Update sidebars.js

* chore: Resolve rebase

* chore: Add more margin to the Privacy Settings in Docs

* chore: Add redirects for the deleted tutorials

* chore: Clean up old privacy settings from docusaurus.config

* fa import issue

* fix import issue

* Update light-mode.scss

* docs: Update README

* chore: Update the package-lock.json file

* docs: Rename Profiles > Profiles and Packs, move Deploy a Custom Pack to Profiles, fix broken links

* chore: Resolve the strange merge situation

* chore: Comment out empty categories

* chore: Fix broken links

---------

Co-authored-by: addetz <43963729+addetz@users.noreply.github.com>
Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: nageshsairam1610 <nageshwara.seeni@spectrocloud.com>

* chore: Fix broken links

* chore: Fix another broken link

* chore: Fix the redirect file

---------

Co-authored-by: addetz <43963729+addetz@users.noreply.github.com>
Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: nageshsairam1610 <nageshwara.seeni@spectrocloud.com>

* chore: Fix broken links

---------

Co-authored-by: addetz <43963729+addetz@users.noreply.github.com>
Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: nageshsairam1610 <nageshwara.seeni@spectrocloud.com>
yuliiiah added a commit that referenced this pull request Jul 9, 2024
#3289)

* [version-4-2] Create, style, and populate the Tutorials section (#2689) (#3288)

* Create, style, and populate the Tutorials section (#2689)

* chore: Attempting to create the Tutorials navbar item

* docs: Move tutorial over to the new directort and finish basic setup

* docs: Styling for the tutorials sidebar

* chore: Fix gitleaks

* chore: Finish styling the tutorials sidebar

* chore: Remove non-getting-started tutorials from the docs and fix broken links

* chore: Fix the sidebar styles based on team feedback

* docs: add tutorials landing page

* docs: conditionally hide index on simple card

* Update docs/docs-content/tutorials/tutorials.md

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>

* docs: fix formatting

* Update docs/docs-content/tutorials/tutorials.md

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>

* docs: fix formatting

* docs: reword landing page

* docs: fix gap on hideNumber cards

* Doc 951 tutorial side bar (#3180)

* tutorial side bar refactor

* chore: Fix code formatting

---------

Co-authored-by: Yuliia Horbenko <horbenko.yuliya@gmail.com>

* fix side bar

* remove svg reference

* add border to privacy settings

* Update sidebars.js

* chore: Resolve rebase

* chore: Add more margin to the Privacy Settings in Docs

* chore: Add redirects for the deleted tutorials

* chore: Clean up old privacy settings from docusaurus.config

* fa import issue

* fix import issue

* Update light-mode.scss

* docs: Update README

* chore: Update the package-lock.json file

* docs: Rename Profiles > Profiles and Packs, move Deploy a Custom Pack to Profiles, fix broken links

* chore: Resolve the strange merge situation

* chore: Comment out empty categories

* chore: Fix broken links

---------

Co-authored-by: addetz <43963729+addetz@users.noreply.github.com>
Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: nageshsairam1610 <nageshwara.seeni@spectrocloud.com>

* chore: Fix broken links

* chore: Fix another broken link

* chore: Fix the redirect file

---------

Co-authored-by: addetz <43963729+addetz@users.noreply.github.com>
Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: nageshsairam1610 <nageshwara.seeni@spectrocloud.com>

* chore: Fix broken links

---------

Co-authored-by: addetz <43963729+addetz@users.noreply.github.com>
Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: nageshsairam1610 <nageshwara.seeni@spectrocloud.com>
yuliiiah added a commit that referenced this pull request Jul 9, 2024
#3297)

* [version-4-1] Create, style, and populate the Tutorials section (#268… (#3289)

* [version-4-2] Create, style, and populate the Tutorials section (#2689) (#3288)

* Create, style, and populate the Tutorials section (#2689)

* chore: Attempting to create the Tutorials navbar item

* docs: Move tutorial over to the new directort and finish basic setup

* docs: Styling for the tutorials sidebar

* chore: Fix gitleaks

* chore: Finish styling the tutorials sidebar

* chore: Remove non-getting-started tutorials from the docs and fix broken links

* chore: Fix the sidebar styles based on team feedback

* docs: add tutorials landing page

* docs: conditionally hide index on simple card

* Update docs/docs-content/tutorials/tutorials.md

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>

* docs: fix formatting

* Update docs/docs-content/tutorials/tutorials.md

Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>

* docs: fix formatting

* docs: reword landing page

* docs: fix gap on hideNumber cards

* Doc 951 tutorial side bar (#3180)

* tutorial side bar refactor

* chore: Fix code formatting

---------

Co-authored-by: Yuliia Horbenko <horbenko.yuliya@gmail.com>

* fix side bar

* remove svg reference

* add border to privacy settings

* Update sidebars.js

* chore: Resolve rebase

* chore: Add more margin to the Privacy Settings in Docs

* chore: Add redirects for the deleted tutorials

* chore: Clean up old privacy settings from docusaurus.config

* fa import issue

* fix import issue

* Update light-mode.scss

* docs: Update README

* chore: Update the package-lock.json file

* docs: Rename Profiles > Profiles and Packs, move Deploy a Custom Pack to Profiles, fix broken links

* chore: Resolve the strange merge situation

* chore: Comment out empty categories

* chore: Fix broken links

---------

Co-authored-by: addetz <43963729+addetz@users.noreply.github.com>
Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: nageshsairam1610 <nageshwara.seeni@spectrocloud.com>

* chore: Fix broken links

* chore: Fix another broken link

* chore: Fix the redirect file

---------

Co-authored-by: addetz <43963729+addetz@users.noreply.github.com>
Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: nageshsairam1610 <nageshwara.seeni@spectrocloud.com>

* chore: Fix broken links

---------

Co-authored-by: addetz <43963729+addetz@users.noreply.github.com>
Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: nageshsairam1610 <nageshwara.seeni@spectrocloud.com>

* chore: Fix broken links

---------

Co-authored-by: addetz <43963729+addetz@users.noreply.github.com>
Co-authored-by: Karl Cardenas <29551334+karl-cardenas-coding@users.noreply.github.com>
Co-authored-by: nageshsairam1610 <nageshwara.seeni@spectrocloud.com>
yuliiiah added a commit that referenced this pull request Jul 9, 2024
… (#3303)

* docs: Backport the Tutorials updates

* chore: Fix broken links and redirects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-backport Enable backport backport-version-3-4 Backport change to version 3.4 backport-version-4-0 Backport change to version 4.0 backport-version-4-1 Backport change to version 4.1 backport-version-4-2 Backport change to version 4.2 backport-version-4-3 Backport change to version 4.3 backport-version-4-4 Backport change to version 4.4
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants