Skip to content

Commit

Permalink
New docs pages titles and descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
stariy95 committed Apr 16, 2024
1 parent 17bbed6 commit 783b38d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
6 changes: 4 additions & 2 deletions agrest-docs-framework/src/docs/asciidoc/_chapters/header.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
title: "Framework"
docTitle: "Framework"
docDescription: "Agrest server framework documentation"
layout: docs-index
weight: 30
docsMenuTitle: "Table of Contents"
description: "Agrest server framework documentation"
title: "Agrest 4.x Stable Framework Documentation | REST API Framework "
description: "Delve into the Agrest Framework for building robust web APIs using Java. Understand its prerequisites, setup process, endpoint creation, request handling, security measures & more."
---
6 changes: 4 additions & 2 deletions agrest-docs-overview/src/docs/asciidoc/_chapters/header.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
title: "Overview"
docTitle: "Overview"
docDescription: "Overview of the framework and it's basic concepts"
layout: docs-index
weight: 10
docsMenuTitle: "Table of Contents"
description: "Overview of the framework and it's basic concepts"
title: "Agrest 4.x Stable Overview | REST API Framework "
description: "Explore Agrest, an open-source tool for building RESTful web APIs for various data stores. Understand its capabilities, supported data stores, and its approach to security."
---
6 changes: 4 additions & 2 deletions agrest-docs-protocol/src/docs/asciidoc/_chapters/header.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
title: "Protocol"
docTitle: "Protocol"
docDescription: "HTTP/JSON protocol that unifies interaction between a client and an Agrest server"
layout: docs-index
weight: 20
docsMenuTitle: "Table of Contents"
description: "HTTP/JSON protocol that unifies interaction between a client and an Agrest server"
title: "Agrest 4.x Stable Protocol Documentation"
description: "Explore Agrest 4.x Protocol, focusing on HTTP/JSON-based interactions. Learn about JSON document formats, control parameters, and protocol extensions to optimize server-client data exchange."
---
6 changes: 4 additions & 2 deletions agrest-docs-workflow/src/docs/asciidoc/_chapters/header.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
title: "Workflow"
docTitle: "Workflow"
docDescription: "A full tutorial covering simple Agrest application"
layout: docs-index
weight: 40
docsMenuTitle: "Table of Contents"
description: "A full tutorial covering simple Agrest application"
title: "Agrest 4.x Stable Workflow Documentation"
description: "Discover how to create a simple Agrest application with step-by-step guidance on setting up Java, IntelliJ IDEA, and Maven. Domain modeling, project configuration, and running the application."
---

0 comments on commit 783b38d

Please sign in to comment.