-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New docs pages titles and descriptions
- Loading branch information
Showing
4 changed files
with
16 additions
and
8 deletions.
There are no files selected for viewing
6 changes: 4 additions & 2 deletions
6
agrest-docs-framework/src/docs/asciidoc/_chapters/header.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
--- |