Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Home page update#1101

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
NimRegev merged 7 commits intomasterfromhome-page-update
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
228 changes: 117 additions & 111 deletions_data/home-content.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
- title: Introduction
icon: images/home-icons/started.svg
icon: images/home-icons/introduction.svg
url: ""
links:
- title: What is Codefresh?
Expand All@@ -25,6 +25,120 @@
localurl: /docs/quick-start/ci-quick-start/
- title: GitOps quick starts
localurl: /docs/quick-start/gitops-quick-start/
- title: Promotions
localurl: /docs/promotions/promotion-scenarios/

- title: Products
icon: images/home-icons/product.svg
url: ""
links:
- title: About Products
localurl: /docs/products/about-products/
- title: Create products
localurl: /docs/products/create-product/
- title: Configure Product Settings
localurl: /docs/products/configure-product-settings/
- title: Assigning applications
localurl: /docs/products/assign-applications/
- title: Configuring app version and promoted properties
localurl: /docs/products/promotion-version-properties/
- title: Configuring promotion flows
localurl: /docs/products/promotion-flow-triggers/


- title: Promotions
icon: images/home-icons/promotions.svg
url: ""
links:
- title: About promotions
localurl: /docs/promotions/promotions-overview/
- title: Getting started
localurl: /docs/promotions/getting-started/
- title: Promotion building blocks
localurl: /docs/promotions/promotion-components/
- title: Promotions end-to-end guide
localurl: /docs/promotions/create-promotion-sequence/
- title: Promotion tutorials
localurl: /docs/promotions/promotion-scenarios/
- title: Configuration
localurl: /docs/promotions/configuration
- title: YAML specs
localurl: /docs/promotions/configuration/yaml/
- title: Trigger promotions
localurl: /docs/promotions/trigger-promotions/
- title: Tracking releases for products
localurl: /docs/promotions/product-releases/


- title: Dashboards & insights
icon: images/home-icons/guides.png
url: ""
links:
- title: Home
localurl: /docs/dashboards/home-dashboard/
- title: GitOps Environments
localurl: /docs/dashboards/gitops-environments/
- title: GitOps Products
localurl: /docs/dashboards/gitops-products/
- title: DORA metrics
localurl: /docs/dashboards/dora-metrics/
- title: Images
localurl: /docs/dashboards/images/

- title: Deployments
icon: images/home-icons/deployment.svg
url: ""
links:
- title: Deployment options for Kubernetes
localurl: /docs/deployments/kubernetes/
- title: Managing Kubernetes clusters
localurl: /docs/deployments/kubernetes/manage-kubernetes/
- title: Using Helm in Codefresh pipelines
localurl: /docs/deployments/helm/using-helm-in-codefresh-pipeline/
- title: Managing Helm releases
localurl: /docs/deployments/helm/helm-releases-management/
- title: Promoting Helm environments
localurl: /docs/deployments/helm/helm-environment-promotion/
- title: Creating Argo CD applications
localurl: /docs/deployments/gitops/create-application/
- title: Monitoring Argo CD applications
localurl: /docs/deployments/gitops/applications-dashboard/
- title: Managing Argo CD applications
localurl: /docs/deployments/gitops/manage-application/


- title: Pipelines
icon: images/home-icons/pipeline.svg
url: ""
links:
- title: Introduction to pipelines
localurl: /docs/pipelines/introduction-to-codefresh-pipelines/
- title: Creating pipelines
localurl: /docs/pipelines/pipelines/
- title: Steps in pipelines
localurl: /docs/pipelines/steps/
- title: Variables in pipelines
localurl: /docs/pipelines/variables/
- title: Triggers in pipelines
localurl: /docs/pipelines/triggers/
- title: Annotations in pipelines
localurl: /docs/pipelines/annotations/
- title: Monitoring pipelines
localurl: /docs/pipelines/monitoring-pipelines/
- title: Advanced workflows for pipelines
localurl: /docs/pipelines/advanced-workflows/
- title: Shared configuration
localurl: /docs/pipelines/configuration/shared-configuration/
- title: Using secrets
localurl: /docs/pipelines/configuration/secrets-store/
- title: Caching in pipelines
localurl: /docs/pipelines/pipeline-caching/
- title: Running pipelines locally
localurl: /docs/pipelines/running-pipelines-locally/
- title: Debugging pipelines
localurl: /docs/pipelines/debugging-pipelines/



- title: Pipeline integrations
icon: images/home-icons/cloud-integrations.png
Expand DownExpand Up@@ -87,116 +201,8 @@
- title: Quay Registry for GitOps
localurl: /docs/gitops-integrations/container-registries/quay/

- title: Dashboards & insights
icon: images/home-icons/guides.png
url: ""
links:
- title: Home
localurl: /docs/dashboards/home-dashboard/
- title: GitOps Environments
localurl: /docs/dashboards/gitops-environments/
- title: GitOps Products
localurl: /docs/dashboards/gitops-products/
- title: DORA metrics
localurl: /docs/dashboards/dora-metrics/
- title: Images
localurl: /docs/dashboards/images/

- title: CI/CD guides
icon: images/home-icons/guides.png
url: ""
links:
- title: Building your app
localurl: /docs/ci-cd-guides/packaging-compilation/
- title: Building Docker images
localurl: /docs/ci-cd-guides/building-docker-images/
- title: Accessing a Docker registry from Kubernetes cluster
localurl: /docs/ci-cd-guides/access-docker-registry-from-kubernetes/
- title: Working with Docker registries
localurl: /docs/ci-cd-guides/working-with-docker-registries/
- title: Adding config maps to namespaces
localurl: /docs/ci-cd-guides/add-config-maps-to-your-namespaces/
- title: Pull Requests and branches
localurl: /docs/ci-cd-guides/pull-request-branches/
- title: Pipelines for microservices
localurl: /docs/ci-cd-guides/microservices/
- title: Deploying to predefined environments
localurl: /docs/ci-cd-guides/environment-deployments/
- title: Previewing dynamic environments
localurl: /docs/ci-cd-guides/preview-environments/
- title: Helm best practices
localurl: /docs/ci-cd-guides/helm-best-practices/
- title: Templating for Kubernetes
localurl: /docs/ci-cd-guides/kubernetes-templating/
- title: GitOps deployments
localurl: /docs/ci-cd-guides/gitops-deployments/
- title: Image enrichment
localurl: /docs/ci-cd-guides/image-enrichment/

- title: Example catalog
icon: images/home-icons/tutorial.svg
url: ""
links:
- title: CI examples
localurl: /docs/example-catalog/ci-examples/
- title: CD examples
localurl: /docs/example-catalog/cd-examples/

- title: Pipelines
icon: images/home-icons/pipeline.svg
url: ""
links:
- title: Introduction to pipelines
localurl: /docs/pipelines/introduction-to-codefresh-pipelines/
- title: Creating pipelines
localurl: /docs/pipelines/pipelines/
- title: Steps in pipelines
localurl: /docs/pipelines/steps/
- title: Variables in pipelines
localurl: /docs/pipelines/variables/
- title: Triggers in pipelines
localurl: /docs/pipelines/triggers/
- title: Annotations in pipelines
localurl: /docs/pipelines/annotations/
- title: Monitoring pipelines
localurl: /docs/pipelines/monitoring-pipelines/
- title: Advanced workflows for pipelines
localurl: /docs/pipelines/advanced-workflows/
- title: Shared configuration
localurl: /docs/pipelines/configuration/shared-configuration/
- title: Using secrets
localurl: /docs/pipelines/configuration/secrets-store/
- title: Caching in pipelines
localurl: /docs/pipelines/pipeline-caching/
- title: Running pipelines locally
localurl: /docs/pipelines/running-pipelines-locally/
- title: Debugging pipelines
localurl: /docs/pipelines/debugging-pipelines/

- title: Deployments
icon: images/home-icons/deployment.svg
url: ""
links:
- title: Deployment options for Kubernetes
localurl: /docs/deployments/kubernetes/
- title: Managing Kubernetes clusters
localurl: /docs/deployments/kubernetes/manage-kubernetes/
- title: Using Helm in Codefresh pipelines
localurl: /docs/deployments/helm/using-helm-in-codefresh-pipeline/
- title: Managing Helm releases
localurl: /docs/deployments/helm/helm-releases-management/
- title: Promoting Helm environments
localurl: /docs/deployments/helm/helm-environment-promotion/
- title: Creating Argo CD applications
localurl: /docs/deployments/gitops/create-application/
- title: Monitoring Argo CD applications
localurl: /docs/deployments/gitops/applications-dashboard/
- title: Managing Argo CD applications
localurl: /docs/deployments/gitops/manage-application/


- title: Installation
icon: images/home-icons/runtimes.svg
icon: images/home-icons/installation.svg
url: ""
links:
- title: Codefresh platform deployment
Expand DownExpand Up@@ -264,7 +270,7 @@
localurl: /docs/incubation/arm-support

- title: "Knowledge Base"
icon: images/home-icons/troubleshooting.svg
icon: images/home-icons/knowledge-base.svg
url: ""
links:
- title: Common Issues
Expand Down
3 changes: 0 additions & 3 deletions_includes/footer.html
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,9 +2,6 @@
<footer class="bd-footer text-muted">
<div class="container-fluid p-3 p-md-5">
<ul class="bd-footer-links">
<li>
<a href="{{ site.baseurl }}/docs/assets/full-story/">FullStory implementation in Codefresh docsite</a>
</li>
{% comment out begin %}
<li>
<a class="text-uppercase" href="{{ site.link_plugins }}" onclick="ga('send', 'event', 'Footer', 'Docs links', 'Open Plugins');" target="_blank" rel="noopener">Plugins</a>
Expand Down
4 changes: 2 additions & 2 deletionsimages/home-icons/administration.svg
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file addedimages/home-icons/installation.png
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletionsimages/home-icons/installation.svg
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file addedimages/home-icons/introduction.png
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletionsimages/home-icons/introduction.svg
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file addedimages/home-icons/knowledge-base.png
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletionsimages/home-icons/knowledge-base.svg
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file addedimages/home-icons/product.png
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletionsimages/home-icons/product.svg
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file addedimages/home-icons/promotions.png
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletionsimages/home-icons/promotions.svg
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

[8]ページ先頭

©2009-2025 Movatter.jp