From 6a3154f4434a83c348c0af70fefaac52e33024e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Lenon?= Date: Wed, 6 Sep 2023 14:58:52 +0100 Subject: [PATCH] feat(docs): remove tags --- docs/architecture-concepts/application-lifecycle.mdx | 3 --- docs/architecture-concepts/facades.mdx | 3 --- docs/architecture-concepts/service-container.mdx | 3 --- docs/architecture-concepts/service-providers.mdx | 3 --- docs/cli-application/commands.mdx | 3 --- docs/cli-application/error-handling.mdx | 3 --- docs/cli-application/publishing.mdx | 3 --- docs/cli-application/running.mdx | 3 --- docs/digging-deeper/collections.mdx | 3 --- docs/digging-deeper/graceful-shutdown.mdx | 3 --- docs/digging-deeper/mail.mdx | 3 --- docs/digging-deeper/repl.mdx | 3 --- docs/getting-started/athennarc-file.mdx | 3 --- docs/getting-started/configuration.mdx | 3 --- docs/getting-started/directory-structure.mdx | 3 --- docs/getting-started/installation.mdx | 3 --- docs/getting-started/node-script-file.mdx | 3 --- docs/introduction/benchmarks.mdx | 3 --- docs/introduction/welcome.mdx | 3 --- docs/rest-api-application/controllers.mdx | 3 --- docs/rest-api-application/error-handling.mdx | 3 --- docs/rest-api-application/middlewares.mdx | 3 --- docs/rest-api-application/rate-limiting.mdx | 3 --- docs/rest-api-application/request-context.mdx | 3 --- docs/rest-api-application/routing.mdx | 3 --- docs/rest-api-application/security-with-helmet.mdx | 3 --- docs/rest-api-application/swagger-documentation.mdx | 3 --- docs/rest-api-application/tracing-requests.mdx | 3 --- docs/testing/cli-tests.mdx | 3 --- docs/testing/getting-started.mdx | 3 --- docs/testing/mocking.mdx | 3 --- docs/testing/rest-api-testing.mdx | 3 --- docs/the-basics/compilation.mdx | 3 --- docs/the-basics/deployment.mdx | 3 --- docs/the-basics/helpers.mdx | 3 --- docs/the-basics/logging.mdx | 3 --- docs/the-basics/views.mdx | 3 --- static/css/root.css | 11 ++++++----- 38 files changed, 6 insertions(+), 116 deletions(-) diff --git a/docs/architecture-concepts/application-lifecycle.mdx b/docs/architecture-concepts/application-lifecycle.mdx index 22996356..25419281 100644 --- a/docs/architecture-concepts/application-lifecycle.mdx +++ b/docs/architecture-concepts/application-lifecycle.mdx @@ -2,9 +2,6 @@ title: Application Lifecycle sidebar_position: 1 description: Understand each one of the Athenna applications lifecycles. -tags: - - Architecture Concepts - - Application Lifecycle --- import ThemedImage from '@theme/ThemedImage' diff --git a/docs/architecture-concepts/facades.mdx b/docs/architecture-concepts/facades.mdx index 9210bb3e..acd957fb 100644 --- a/docs/architecture-concepts/facades.mdx +++ b/docs/architecture-concepts/facades.mdx @@ -2,9 +2,6 @@ title: Facades sidebar_position: 4 description: Understand the purpose and how to use the Athenna facades. -tags: - - Architecture Concepts - - Facades --- # Facades diff --git a/docs/architecture-concepts/service-container.mdx b/docs/architecture-concepts/service-container.mdx index d0923f53..306e73b0 100644 --- a/docs/architecture-concepts/service-container.mdx +++ b/docs/architecture-concepts/service-container.mdx @@ -2,9 +2,6 @@ title: Service Container sidebar_position: 2 description: Understand the purpose and how to use the Athenna service container. -tags: - - Architecture Concepts - - Service Container --- # Service Container diff --git a/docs/architecture-concepts/service-providers.mdx b/docs/architecture-concepts/service-providers.mdx index 16409e26..0094872f 100644 --- a/docs/architecture-concepts/service-providers.mdx +++ b/docs/architecture-concepts/service-providers.mdx @@ -2,9 +2,6 @@ title: Service Providers sidebar_position: 3 description: Understand the purpose and how to use the Athenna service providers. -tags: - - Architecture Concepts - - Service Providers --- # Service Providers diff --git a/docs/cli-application/commands.mdx b/docs/cli-application/commands.mdx index 3aea782b..5d610719 100644 --- a/docs/cli-application/commands.mdx +++ b/docs/cli-application/commands.mdx @@ -2,9 +2,6 @@ title: Commands sidebar_position: 1 description: See how to create and configure your CLI commands. -tags: - - CLI Application - - Commands --- import ReactPlayer from 'react-player' diff --git a/docs/cli-application/error-handling.mdx b/docs/cli-application/error-handling.mdx index 6fe4ccfb..f27ad834 100644 --- a/docs/cli-application/error-handling.mdx +++ b/docs/cli-application/error-handling.mdx @@ -2,9 +2,6 @@ title: Error Handling sidebar_position: 4 description: Understand how you can handle the errors of the CLI Application. -tags: - - CLI Application - - Error Handling --- # Error Handling diff --git a/docs/cli-application/publishing.mdx b/docs/cli-application/publishing.mdx index 0d55e492..8c54db95 100644 --- a/docs/cli-application/publishing.mdx +++ b/docs/cli-application/publishing.mdx @@ -2,9 +2,6 @@ title: Publishing sidebar_position: 3 description: Check how you can publish a global CLI application. -tags: - - CLI Application - - Publishing --- # Publishing diff --git a/docs/cli-application/running.mdx b/docs/cli-application/running.mdx index ef30a5d5..88bb41f8 100644 --- a/docs/cli-application/running.mdx +++ b/docs/cli-application/running.mdx @@ -2,9 +2,6 @@ title: Running sidebar_position: 2 description: Check how to run your CLI commands in different scenarios. -tags: - - CLI Application - - Running --- # Running diff --git a/docs/digging-deeper/collections.mdx b/docs/digging-deeper/collections.mdx index d6321065..1bd2937c 100644 --- a/docs/digging-deeper/collections.mdx +++ b/docs/digging-deeper/collections.mdx @@ -2,9 +2,6 @@ title: Collections sidebar_position: 3 description: Understand the Collections API of the Athenna Framework. -tags: - - Digging Deeper - - Collections --- # Collections diff --git a/docs/digging-deeper/graceful-shutdown.mdx b/docs/digging-deeper/graceful-shutdown.mdx index 47d5ffc2..93a1df19 100644 --- a/docs/digging-deeper/graceful-shutdown.mdx +++ b/docs/digging-deeper/graceful-shutdown.mdx @@ -2,9 +2,6 @@ title: Graceful Shutdown sidebar_position: 2 description: See how to graceful shutdown any kind of Athenna application. -tags: - - Digging Deeper - - Graceful Shutdown --- # Graceful Shutdown diff --git a/docs/digging-deeper/mail.mdx b/docs/digging-deeper/mail.mdx index 29da0110..ea046c63 100644 --- a/docs/digging-deeper/mail.mdx +++ b/docs/digging-deeper/mail.mdx @@ -2,9 +2,6 @@ title: Mail sidebar_position: 4 description: See how to send emails in Athenna. -tags: - - Digging Deeper - - Mail --- # Mail diff --git a/docs/digging-deeper/repl.mdx b/docs/digging-deeper/repl.mdx index 62d6719d..bce4d6f8 100644 --- a/docs/digging-deeper/repl.mdx +++ b/docs/digging-deeper/repl.mdx @@ -2,9 +2,6 @@ title: REPL sidebar_position: 1 description: See how to create a REPL session with Athenna Framework ecosystem. -tags: - - Digging Deeper - - REPL --- # REPL diff --git a/docs/getting-started/athennarc-file.mdx b/docs/getting-started/athennarc-file.mdx index ccb07a4f..681d34cc 100644 --- a/docs/getting-started/athennarc-file.mdx +++ b/docs/getting-started/athennarc-file.mdx @@ -2,9 +2,6 @@ title: AthennaRC File sidebar_position: 3 description: Understand what is the purpose of the .athennarc.json file. -tags: - - Getting Started - - AthennaRC File --- # AthennaRC File diff --git a/docs/getting-started/configuration.mdx b/docs/getting-started/configuration.mdx index 249d76e1..effc2831 100644 --- a/docs/getting-started/configuration.mdx +++ b/docs/getting-started/configuration.mdx @@ -2,9 +2,6 @@ title: Configuration sidebar_position: 4 description: Understand the initial configurations of your project. -tags: - - Getting Started - - Configuration --- # Configuration diff --git a/docs/getting-started/directory-structure.mdx b/docs/getting-started/directory-structure.mdx index 723d4c2a..9c01040e 100644 --- a/docs/getting-started/directory-structure.mdx +++ b/docs/getting-started/directory-structure.mdx @@ -2,9 +2,6 @@ title: Directory Structure sidebar_position: 5 description: Understand the directory structure of your project. -tags: - - Getting Started - - Directory Structure --- # Directory Structure diff --git a/docs/getting-started/installation.mdx b/docs/getting-started/installation.mdx index 90f505dc..817e32cd 100644 --- a/docs/getting-started/installation.mdx +++ b/docs/getting-started/installation.mdx @@ -2,9 +2,6 @@ title: Installation sidebar_position: 1 description: How to install and set up your first Athenna project. -tags: - - Getting Started - - Installation --- # Installation diff --git a/docs/getting-started/node-script-file.mdx b/docs/getting-started/node-script-file.mdx index a3677f98..8eeb62de 100644 --- a/docs/getting-started/node-script-file.mdx +++ b/docs/getting-started/node-script-file.mdx @@ -2,9 +2,6 @@ title: Node Script File sidebar_position: 2 description: Understand what is the purpose of the node script file. -tags: - - Getting Started - - Node Script File --- # Node Script File diff --git a/docs/introduction/benchmarks.mdx b/docs/introduction/benchmarks.mdx index b7b7c822..86d77800 100644 --- a/docs/introduction/benchmarks.mdx +++ b/docs/introduction/benchmarks.mdx @@ -2,9 +2,6 @@ title: Benchmarks sidebar_position: 2 description: See how Athenna performs in comparison to other frameworks. -tags: - - Introduction - - Benchmarks --- # Benchmarks diff --git a/docs/introduction/welcome.mdx b/docs/introduction/welcome.mdx index 5f881a1d..6dbc4b25 100644 --- a/docs/introduction/welcome.mdx +++ b/docs/introduction/welcome.mdx @@ -2,9 +2,6 @@ title: Welcome sidebar_position: 1 description: The plug & play Node.js framework -tags: - - Introduction - - Welcome --- # Welcome diff --git a/docs/rest-api-application/controllers.mdx b/docs/rest-api-application/controllers.mdx index 670026ba..65404440 100644 --- a/docs/rest-api-application/controllers.mdx +++ b/docs/rest-api-application/controllers.mdx @@ -2,9 +2,6 @@ title: Controllers sidebar_position: 3 description: Understand how you can set up controllers in your REST API application. -tags: - - REST API Application - - Controllers --- # Controllers diff --git a/docs/rest-api-application/error-handling.mdx b/docs/rest-api-application/error-handling.mdx index 73b490b3..a38b152e 100644 --- a/docs/rest-api-application/error-handling.mdx +++ b/docs/rest-api-application/error-handling.mdx @@ -2,9 +2,6 @@ title: Error Handling sidebar_position: 5 description: Understand how you can handle the errors of the REST API application. -tags: - - REST API Application - - Error Handling --- # Error Handling diff --git a/docs/rest-api-application/middlewares.mdx b/docs/rest-api-application/middlewares.mdx index 41815192..de103230 100644 --- a/docs/rest-api-application/middlewares.mdx +++ b/docs/rest-api-application/middlewares.mdx @@ -2,9 +2,6 @@ title: Middlewares sidebar_position: 2 description: Understand how you can set up middlewares in your REST API application. -tags: - - REST API Application - - Middlewares --- # Middlewares diff --git a/docs/rest-api-application/rate-limiting.mdx b/docs/rest-api-application/rate-limiting.mdx index 038aadd7..63167df5 100644 --- a/docs/rest-api-application/rate-limiting.mdx +++ b/docs/rest-api-application/rate-limiting.mdx @@ -2,9 +2,6 @@ title: Rate Limiting sidebar_position: 6 description: See how to create rate limiting rules for Athenna REST API application. -tags: - - REST API Application - - Rate Limiting --- # Rate Limiting diff --git a/docs/rest-api-application/request-context.mdx b/docs/rest-api-application/request-context.mdx index cc1e75dd..96a71fd9 100644 --- a/docs/rest-api-application/request-context.mdx +++ b/docs/rest-api-application/request-context.mdx @@ -2,9 +2,6 @@ title: Request Context sidebar_position: 4 description: Understand the purpose of the request context object. -tags: - - REST API Application - - Request Context --- # Request Context diff --git a/docs/rest-api-application/routing.mdx b/docs/rest-api-application/routing.mdx index acbe15a4..be24fb31 100644 --- a/docs/rest-api-application/routing.mdx +++ b/docs/rest-api-application/routing.mdx @@ -2,9 +2,6 @@ title: Routing sidebar_position: 1 description: Understand how you can set up routes for your REST API application. -tags: - - REST API Application - - Routing --- # Routing diff --git a/docs/rest-api-application/security-with-helmet.mdx b/docs/rest-api-application/security-with-helmet.mdx index b3666e75..390b3695 100644 --- a/docs/rest-api-application/security-with-helmet.mdx +++ b/docs/rest-api-application/security-with-helmet.mdx @@ -2,9 +2,6 @@ title: Security with Helmet sidebar_position: 8 description: See how to improve the security of your REST API with Helmet in Athenna. -tags: - - REST API Application - - Security with Helmet --- # Security with Helmet diff --git a/docs/rest-api-application/swagger-documentation.mdx b/docs/rest-api-application/swagger-documentation.mdx index c0ec496d..8757ed6c 100644 --- a/docs/rest-api-application/swagger-documentation.mdx +++ b/docs/rest-api-application/swagger-documentation.mdx @@ -2,9 +2,6 @@ title: Swagger Documentation sidebar_position: 9 description: See how to create the Swagger documentation for Athenna REST API application. -tags: - - REST API Application - - Swagger Documentation --- # Swagger diff --git a/docs/rest-api-application/tracing-requests.mdx b/docs/rest-api-application/tracing-requests.mdx index f12fcefd..2eb2beb1 100644 --- a/docs/rest-api-application/tracing-requests.mdx +++ b/docs/rest-api-application/tracing-requests.mdx @@ -2,9 +2,6 @@ title: Tracing Requests sidebar_position: 7 description: Understand how to trace requests in your REST API application of Athenna. -tags: - - REST API Application - - Tracing Requests --- # Tracing Requests diff --git a/docs/testing/cli-tests.mdx b/docs/testing/cli-tests.mdx index 08766b94..bc4e7991 100644 --- a/docs/testing/cli-tests.mdx +++ b/docs/testing/cli-tests.mdx @@ -2,9 +2,6 @@ title: CLI Testing sidebar_position: 3 description: See how to create tests for CLI applications in Athenna. -tags: - - Testing - - CLI Testing --- # CLI Testing diff --git a/docs/testing/getting-started.mdx b/docs/testing/getting-started.mdx index 549807aa..b16af11a 100644 --- a/docs/testing/getting-started.mdx +++ b/docs/testing/getting-started.mdx @@ -2,9 +2,6 @@ title: Getting Started sidebar_position: 1 description: See how to create tests in an Athenna application. -tags: - - Testing - - Getting Started --- # Getting Started diff --git a/docs/testing/mocking.mdx b/docs/testing/mocking.mdx index a6fce636..a3e757e6 100644 --- a/docs/testing/mocking.mdx +++ b/docs/testing/mocking.mdx @@ -2,9 +2,6 @@ title: Mocking sidebar_position: 4 description: Understand how to mock dependencies and functions in Athenna. -tags: - - Testing - - Mocking --- # Mocking diff --git a/docs/testing/rest-api-testing.mdx b/docs/testing/rest-api-testing.mdx index eb6e2e4a..d94b2b0b 100644 --- a/docs/testing/rest-api-testing.mdx +++ b/docs/testing/rest-api-testing.mdx @@ -2,9 +2,6 @@ title: REST API Testing sidebar_position: 2 description: See how to create tests for REST APIs applications in Athenna. -tags: - - Testing - - REST API Testing --- # REST API Testing diff --git a/docs/the-basics/compilation.mdx b/docs/the-basics/compilation.mdx index eace5a07..fb6a7c36 100644 --- a/docs/the-basics/compilation.mdx +++ b/docs/the-basics/compilation.mdx @@ -2,9 +2,6 @@ title: Compilation sidebar_position: 4 description: Understand the TypeScript compilation process of Athenna. -tags: - - The Basics - - Compilation --- # Compilation diff --git a/docs/the-basics/deployment.mdx b/docs/the-basics/deployment.mdx index cfa0f99e..1952baa2 100644 --- a/docs/the-basics/deployment.mdx +++ b/docs/the-basics/deployment.mdx @@ -2,9 +2,6 @@ title: Deployment sidebar_position: 4 description: See how to deploy any kind of Athenna application. -tags: - - The Basics - - Deployment --- # Deployment diff --git a/docs/the-basics/helpers.mdx b/docs/the-basics/helpers.mdx index be0bf49d..156b9809 100644 --- a/docs/the-basics/helpers.mdx +++ b/docs/the-basics/helpers.mdx @@ -2,9 +2,6 @@ title: Helpers sidebar_position: 3 description: Understand how to use all the Athenna Helpers from @athenna/common and other packages. -tags: - - The Basics - - Helpers --- # Helpers diff --git a/docs/the-basics/logging.mdx b/docs/the-basics/logging.mdx index 2b633d1a..5c4ca941 100644 --- a/docs/the-basics/logging.mdx +++ b/docs/the-basics/logging.mdx @@ -2,9 +2,6 @@ title: Logging sidebar_position: 1 description: Understand how you can use the Athenna logging API. -tags: - - The Basics - - Logging --- # Logging diff --git a/docs/the-basics/views.mdx b/docs/the-basics/views.mdx index 0c21ee1d..17a9b848 100644 --- a/docs/the-basics/views.mdx +++ b/docs/the-basics/views.mdx @@ -2,9 +2,6 @@ title: Views sidebar_position: 2 description: Understand how you can use the Athenna view API. -tags: - - The Basics - - Views --- # Views diff --git a/static/css/root.css b/static/css/root.css index cc549ddc..adbab3a8 100644 --- a/static/css/root.css +++ b/static/css/root.css @@ -18,12 +18,13 @@ font-display: swap; } + @media (min-width: 997px) { - div .docItemCol_node_modules-\@docusaurus-theme-classic-lib-theme-DocItem-Layout-styles-module { - max-width: 59% !important; - font-size: 16px !important; - margin-left: auto !important; - margin-right: auto !important; + article > .markdown { + max-width: 78% !important; + font-size: 16px !important; + margin-left: auto !important; + margin-right: auto !important; } }