From c8d77aeb2e10d10a3800b3ee75e1f79fcb135b30 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Mon, 7 Oct 2024 12:42:37 +0200 Subject: [PATCH] guides: shorten summaries Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/guides/cpp/_index.md | 4 +--- content/guides/databases.md | 4 +--- content/guides/docker-build-cloud/_index.md | 2 +- content/guides/docker-compose/_index.md | 4 +++- content/guides/docker-scout/_index.md | 2 +- content/guides/dotnet/_index.md | 3 ++- content/guides/genai-pdf-bot/_index.md | 5 ++--- content/guides/genai-video-bot/index.md | 5 ++--- content/guides/golang/_index.md | 5 +---- content/guides/java/_index.md | 5 +---- content/guides/jupyter.md | 5 +---- content/guides/kafka.md | 4 +--- content/guides/kube-deploy.md | 4 +--- content/guides/language-translation.md | 3 +-- content/guides/localstack.md | 3 +-- content/guides/named-entity-recognition.md | 4 +--- content/guides/nodejs/_index.md | 5 +---- content/guides/orchestration.md | 4 +--- content/guides/php/_index.md | 4 +--- content/guides/python/_index.md | 4 +--- content/guides/r/_index.md | 4 +--- content/guides/rag-ollama/_index.md | 4 +--- content/guides/ruby/_index.md | 3 +-- content/guides/rust/_index.md | 4 +--- content/guides/sentiment-analysis.md | 4 +--- content/guides/swarm-deploy.md | 4 +--- content/guides/tensorflowjs.md | 4 +--- content/guides/text-classification.md | 4 +--- content/guides/text-summarization.md | 5 +---- 29 files changed, 34 insertions(+), 81 deletions(-) diff --git a/content/guides/cpp/_index.md b/content/guides/cpp/_index.md index 5bff45aed1..d4608d0061 100644 --- a/content/guides/cpp/_index.md +++ b/content/guides/cpp/_index.md @@ -4,9 +4,7 @@ linkTitle: C++ description: Containerize and develop C++ applications using Docker. keywords: getting started, c++ summary: | - This guide explains how to containerize C++ applications using Docker, - covering how to build Docker images, manage dependencies, and deploy C++ apps - efficiently in containers. + This guide explains how to containerize C++ applications using Docker. toc_min: 1 toc_max: 2 aliases: diff --git a/content/guides/databases.md b/content/guides/databases.md index 5e0d14b69d..4c5a17f4db 100644 --- a/content/guides/databases.md +++ b/content/guides/databases.md @@ -3,9 +3,7 @@ description: Learn how to run, connect to, and persist data in a local container keywords: database, mysql title: Use containerized databases summary: | - Learn how to effectively run and manage databases using Docker containers, - with guides on setup, data persistence, networking, and best practices to - streamline your development and deployment processes. + Learn how to effectively run and manage databases as containers. levels: [beginner] subjects: [databases] aliases: diff --git a/content/guides/docker-build-cloud/_index.md b/content/guides/docker-build-cloud/_index.md index 3af16e5e68..979f5e3a6a 100644 --- a/content/guides/docker-build-cloud/_index.md +++ b/content/guides/docker-build-cloud/_index.md @@ -5,7 +5,7 @@ description: | Learn how to build and deploy Docker images to the cloud with Docker Build Cloud. summary: | - Create applications up to 39x faster using cloud-based resources, shared team + Build applications up to 39x faster using cloud-based resources, shared team cache, and native multi-architecture support. levels: [beginner] products: [dbc] diff --git a/content/guides/docker-compose/_index.md b/content/guides/docker-compose/_index.md index 85e746613b..0b0f4ddb88 100644 --- a/content/guides/docker-compose/_index.md +++ b/content/guides/docker-compose/_index.md @@ -1,7 +1,9 @@ --- title: Defining and running multi-container applications with Docker Compose linkTitle: Docker Compose -summary: Simplify the process of defining, configuring, and running multi-container Docker applications to enable efficient development, testing, and deployment. +summary: | + Simplify the process of defining, configuring, and running multi-container + Docker applications. description: Learn how to use Docker Compose to define and run multi-container Docker applications. levels: [beginner] products: [compose] diff --git a/content/guides/docker-scout/_index.md b/content/guides/docker-scout/_index.md index f8cb24ccfe..80edf231ab 100644 --- a/content/guides/docker-scout/_index.md +++ b/content/guides/docker-scout/_index.md @@ -3,7 +3,7 @@ title: Securing your software supply chain with Docker Scout linkTitle: Docker Scout summary: | Enhance container security by automating vulnerability detection and - remediation, ensuring compliance, and protecting your development workflow. + remediation. description: | Learn how to use Docker Scout to enhance container security by automating vulnerability detection and remediation, ensuring compliance, and protecting diff --git a/content/guides/dotnet/_index.md b/content/guides/dotnet/_index.md index 6c445aeb0a..9b483994b6 100644 --- a/content/guides/dotnet/_index.md +++ b/content/guides/dotnet/_index.md @@ -2,7 +2,8 @@ title: .NET language-specific guide linkTitle: C# (.NET) description: Containerize and develop .NET apps using Docker -summary: Learn how to containerize .NET applications using Docker, including building, running, and deploying .NET apps in Docker containers, with best practices and step-by-step examples. +summary: | + Learn how to containerize .NET applications using Docker. keywords: getting started, .net aliases: - /language/dotnet/ diff --git a/content/guides/genai-pdf-bot/_index.md b/content/guides/genai-pdf-bot/_index.md index 1c984b4aa9..2cb403e54d 100644 --- a/content/guides/genai-pdf-bot/_index.md +++ b/content/guides/genai-pdf-bot/_index.md @@ -3,9 +3,8 @@ title: PDF analysis and chat description: Containerize generative AI (GenAI) apps using Docker keywords: python, generative ai, genai, llm, neo4j, ollama, langchain summary: | - This guide explains how to build a PDF bot using Docker and generative AI, - focusing on setting up a containerized environment for parsing PDF documents - and generating intelligent responses based on the content. + Learn how to build a PDF bot for parsing PDF documents and generating + responses using Docker and generative AI. levels: [beginner] subjects: [ai] aliases: diff --git a/content/guides/genai-video-bot/index.md b/content/guides/genai-video-bot/index.md index c3fc5ed4bf..e68e8f9546 100644 --- a/content/guides/genai-video-bot/index.md +++ b/content/guides/genai-video-bot/index.md @@ -4,9 +4,8 @@ linkTitle: Video transcription and chat description: Explore a generative AI video analysis app that uses Docker, OpenAI, and Pinecone. keywords: python, generative ai, genai, llm, whisper, pinecone, openai, whisper summary: | - Learn how to build and deploy a generative AI video bot using Docker, with - step-by-step instructions for setup, integration, and optimization to enhance - your AI development projects. + Learn how to build and deploy a generative AI video analysis and + transcription bot using Docker. subjects: [ai] levels: [beginner] aliases: diff --git a/content/guides/golang/_index.md b/content/guides/golang/_index.md index 3323411829..646bf7048d 100644 --- a/content/guides/golang/_index.md +++ b/content/guides/golang/_index.md @@ -4,10 +4,7 @@ linkTitle: Go description: Containerize Go apps using Docker keywords: docker, getting started, go, golang, language, dockerfile summary: | - This guide teaches you how to containerize Go applications using Docker, - covering image building, dependency management, multi-stage builds for - smaller images, and best practices for deploying Go apps efficiently in - containers. + This guide teaches you how to containerize Go applications using Docker. toc_min: 1 toc_max: 2 aliases: diff --git a/content/guides/java/_index.md b/content/guides/java/_index.md index 9703f441e6..87f065787e 100644 --- a/content/guides/java/_index.md +++ b/content/guides/java/_index.md @@ -4,10 +4,7 @@ linkTitle: Java keywords: java, getting started description: Containerize Java apps using Docker summary: | - This guide demonstrates how to containerize Java applications using Docker, - covering image building, dependency management, optimizing image size with - multi-stage builds, and best practices for deploying Java apps efficiently in - containers. + This guide demonstrates how to containerize Java applications using Docker. toc_min: 1 toc_max: 2 aliases: diff --git a/content/guides/jupyter.md b/content/guides/jupyter.md index 2fbfb68ede..a8fcdfc473 100644 --- a/content/guides/jupyter.md +++ b/content/guides/jupyter.md @@ -4,10 +4,7 @@ keywords: getting started, jupyter, notebook, python, jupyterlab, data science title: Data science with JupyterLab toc_max: 2 summary: | - This guide explains how to use Docker to run Jupyter notebooks, covering - image setup, container management, and best practices for creating - reproducible and isolated development environments for data science and - machine learning tasks. + Use Docker to run Jupyter notebooks. languages: [python] levels: [beginner] subjects: [data-science] diff --git a/content/guides/kafka.md b/content/guides/kafka.md index 9e16caf4a8..0d210b953a 100644 --- a/content/guides/kafka.md +++ b/content/guides/kafka.md @@ -4,9 +4,7 @@ keywords: kafka, container-supported development title: Developing event-driven applications with Kafka and Docker linktitle: Event-driven apps with Kafka summary: | - This guide explains how to run Apache Kafka in Docker containers, covering - setup, configuring Kafka clusters, managing services, and optimizing - deployment for real-time data streaming in a containerized environment. + This guide explains how to run Apache Kafka in Docker containers. subjects: [distributed-systems] languages: [js] levels: [intermediate] diff --git a/content/guides/kube-deploy.md b/content/guides/kube-deploy.md index cc4aa2ac80..f6b738374c 100644 --- a/content/guides/kube-deploy.md +++ b/content/guides/kube-deploy.md @@ -6,9 +6,7 @@ aliases: - /get-started/kube-deploy/ - /guides/deployment-orchestration/kube-deploy/ summary: | - Learn how to deploy and orchestrate Docker containers using Kubernetes, with - step-by-step guidance on setup, configuration, and best practices to enhance - your application's scalability and reliability. + Learn how to deploy and orchestrate Docker containers using Kubernetes. subjects: [deploy] levels: [beginner] params: diff --git a/content/guides/language-translation.md b/content/guides/language-translation.md index 37d1969923..7f562df39e 100644 --- a/content/guides/language-translation.md +++ b/content/guides/language-translation.md @@ -5,8 +5,7 @@ keywords: nlp, natural language processing, text summarization, python, language description: Learn how to build and run a language translation application using Python, Googletrans, and Docker. summary: | This guide demonstrates how to use Docker to deploy language translation - models for NLP tasks, covering setup, container management, and running - translation services efficiently in a containerized environment. + models for NLP tasks. levels: [beginner] subjects: [ai] languages: [python] diff --git a/content/guides/localstack.md b/content/guides/localstack.md index 8c6fd91a87..09bbf4f1a9 100644 --- a/content/guides/localstack.md +++ b/content/guides/localstack.md @@ -5,8 +5,7 @@ title: Develop and test AWS Cloud applications using LocalStack and Docker linktitle: AWS development with LocalStack summary: | This guide explains how to use Docker to run LocalStack, a local AWS cloud - stack emulator, covering setup, managing cloud service emulation, and testing - cloud-based applications locally in a containerized environment. + stack emulator. subjects: [cloud-services] languages: [js] levels: [intermediate] diff --git a/content/guides/named-entity-recognition.md b/content/guides/named-entity-recognition.md index 095b28941d..8b047810a6 100644 --- a/content/guides/named-entity-recognition.md +++ b/content/guides/named-entity-recognition.md @@ -5,9 +5,7 @@ keywords: nlp, natural language processing, named entity recognition, python, sp description: Learn how to build and run a named entity recognition application using Python, spaCy, and Docker. summary: | This guide explains how to containerize named entity recognition (NER) models - using Docker, detailing environment setup for large-scale data processing, - optimizing NER model deployment, and managing high-performance containerized - NLP workflows. + using Docker. subjects: [ai] languages: [python] levels: [beginner] diff --git a/content/guides/nodejs/_index.md b/content/guides/nodejs/_index.md index 4aa3217829..3093c809dc 100644 --- a/content/guides/nodejs/_index.md +++ b/content/guides/nodejs/_index.md @@ -4,10 +4,7 @@ linkTitle: Node.js description: Containerize and develop Node.js apps using Docker keywords: getting started, node, node.js summary: | - This guide explains how to containerize Node.js applications using Docker, - covering image building, dependency management, optimizing image size with - multi-stage builds, and best practices for deploying Node.js apps efficiently - in containers. + This guide explains how to containerize Node.js applications using Docker. toc_min: 1 toc_max: 2 aliases: diff --git a/content/guides/orchestration.md b/content/guides/orchestration.md index 867b4de1a9..eb93376d4c 100644 --- a/content/guides/orchestration.md +++ b/content/guides/orchestration.md @@ -6,9 +6,7 @@ aliases: - /get-started/orchestration/ - /guides/deployment-orchestration/orchestration/ summary: | - Explore the essentials of container orchestration with Docker, including key - concepts, tools like Kubernetes and Docker Swarm, and practical guides to - efficiently deploy and manage your applications. + Explore the essentials of container orchestration with Docker. subjects: [deploy] levels: [beginner] params: diff --git a/content/guides/php/_index.md b/content/guides/php/_index.md index 253b19aba2..428c2343be 100644 --- a/content/guides/php/_index.md +++ b/content/guides/php/_index.md @@ -4,9 +4,7 @@ linkTitle: PHP description: Containerize and develop PHP apps using Docker keywords: getting started, php, composer summary: | - This guide explains how to containerize PHP applications using Docker, - covering image building, dependency management, optimizing image size, and - best practices for deploying PHP apps efficiently in containers. + This guide explains how to containerize PHP applications using Docker. toc_min: 1 toc_max: 2 aliases: diff --git a/content/guides/python/_index.md b/content/guides/python/_index.md index 60e9f78135..73d4ad14b4 100644 --- a/content/guides/python/_index.md +++ b/content/guides/python/_index.md @@ -4,9 +4,7 @@ linkTitle: Python description: Containerize Python apps using Docker keywords: Docker, getting started, Python, language summary: | - This guide explains how to containerize Python applications using Docker, - covering image building, dependency management, optimizing image size, and - best practices for deploying Python apps efficiently in containers. + This guide explains how to containerize Python applications using Docker. toc_min: 1 toc_max: 2 aliases: diff --git a/content/guides/r/_index.md b/content/guides/r/_index.md index a8936685c1..4eb1f2126a 100644 --- a/content/guides/r/_index.md +++ b/content/guides/r/_index.md @@ -4,9 +4,7 @@ linkTitle: R description: Containerize R apps using Docker keywords: Docker, getting started, R, language summary: | - This guide details how to containerize R applications using Docker, covering - image building, dependency management, optimizing image size, and best - practices for deploying R applications efficiently in containers. + This guide details how to containerize R applications using Docker. toc_min: 1 toc_max: 2 aliases: diff --git a/content/guides/rag-ollama/_index.md b/content/guides/rag-ollama/_index.md index e51c66e436..c2773a2c66 100644 --- a/content/guides/rag-ollama/_index.md +++ b/content/guides/rag-ollama/_index.md @@ -5,9 +5,7 @@ title: Build a RAG application using Ollama and Docker linkTitle: RAG Ollama application summary: | This guide demonstrates how to use Docker to deploy Retrieval-Augmented - Generation (RAG) models with Ollama, covering environment setup for - integrating retrieval systems with generative AI models, and optimizing the - workflow for scalable, containerized deployments. + Generation (RAG) models with Ollama. subjects: [ai] levels: [beginner] aliases: diff --git a/content/guides/ruby/_index.md b/content/guides/ruby/_index.md index 756a941c84..677b95e8ac 100644 --- a/content/guides/ruby/_index.md +++ b/content/guides/ruby/_index.md @@ -5,8 +5,7 @@ description: Containerize Ruby on Rails apps using Docker keywords: Docker, getting started, ruby, language summary: | This guide explains how to containerize Ruby on Rails applications using - Docker, covering image building, dependency management, optimizing image - size, and best practices for deploying Ruby apps efficiently in containers. + Docker. toc_min: 1 toc_max: 2 aliases: diff --git a/content/guides/rust/_index.md b/content/guides/rust/_index.md index 7ecf49114a..65b05e74bf 100644 --- a/content/guides/rust/_index.md +++ b/content/guides/rust/_index.md @@ -4,9 +4,7 @@ linkTitle: Rust description: Containerize Rust apps using Docker keywords: Docker, getting started, Rust, language summary: | - This guide covers how to containerize Rust applications using Docker, - focusing on building images, managing dependencies, employing multi-stage - builds, and optimizing for efficient deployment in containers. + This guide covers how to containerize Rust applications using Docker. toc_min: 1 toc_max: 2 aliases: diff --git a/content/guides/sentiment-analysis.md b/content/guides/sentiment-analysis.md index 394260fa94..8b8928868e 100644 --- a/content/guides/sentiment-analysis.md +++ b/content/guides/sentiment-analysis.md @@ -5,9 +5,7 @@ keywords: nlp, natural language processing, sentiment analysis, python, nltk description: Learn how to build and run a sentiment analysis application using Python, NLTK, and Docker. summary: | This guide demonstrates how to containerize sentiment analysis models using - Docker, focusing on setting up robust environments for processing text data, - streamlining model deployment, and handling real-time sentiment - classification efficiently. + Docker. subjects: [ai] languages: [python] levels: [beginner] diff --git a/content/guides/swarm-deploy.md b/content/guides/swarm-deploy.md index f36427e50f..3a35e0a30a 100644 --- a/content/guides/swarm-deploy.md +++ b/content/guides/swarm-deploy.md @@ -7,9 +7,7 @@ aliases: - /get-started/swarm-deploy/ - /guides/deployment-orchestration/swarm-deploy/ summary: | - Discover how to deploy and manage Docker containers using Docker Swarm, with - step-by-step guides on setup, scaling, networking, and best practices for - efficient container orchestration. + Discover how to deploy and manage Docker containers using Docker Swarm. subjects: [deploy] levels: [beginner] params: diff --git a/content/guides/tensorflowjs.md b/content/guides/tensorflowjs.md index dcecaa51b8..3ca0b46618 100644 --- a/content/guides/tensorflowjs.md +++ b/content/guides/tensorflowjs.md @@ -3,9 +3,7 @@ description: Learn how to deploy pre-trained models in a TensorFlow.js web appli keywords: tensorflow.js, machine learning, ml, mediapipe, blazeface, face detection title: Face detection with TensorFlow.js summary: | - This guide explains how to run TensorFlow.js in Docker containers, covering - setup, container management, and deploying machine learning models in - web-based environments using TensorFlow.js. + This guide explains how to run TensorFlow.js in Docker containers. subjects: [ai] languages: [js] levels: [beginner] diff --git a/content/guides/text-classification.md b/content/guides/text-classification.md index 2bdce490b5..02084d9b78 100644 --- a/content/guides/text-classification.md +++ b/content/guides/text-classification.md @@ -5,9 +5,7 @@ keywords: nlp, natural language processing, sentiment analysis, python, nltk, sc description: Learn how to build and run a text recognition application using Python, NLTK, scikit-learn, and Docker. summary: | This guide details how to containerize text classification models using - Docker, focusing on configuring the environment, optimizing performance, and - running classification tasks for large datasets with reproducibility and - scalability. + Docker. subjects: [ai] languages: [python] levels: [beginner] diff --git a/content/guides/text-summarization.md b/content/guides/text-summarization.md index e06d9d06de..e0713cdb0c 100644 --- a/content/guides/text-summarization.md +++ b/content/guides/text-summarization.md @@ -4,10 +4,7 @@ linkTitle: Text summarization keywords: nlp, natural language processing, text summarization, python, bert extractive summarizer description: Learn how to build and run a text summarization application using Python, Bert Extractive Summarizer, and Docker. summary: | - This guide shows how to containerize text summarization models with Docker, - covering the setup of efficient environments for processing large documents, - optimizing model performance, and managing resource-intensive NLP tasks in - scalable containers. + This guide shows how to containerize text summarization models with Docker. subjects: [ai] languages: [python] levels: [beginner]