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 d3c8c14 commit bac953c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 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: "Server Framework"
docTitle: "Server Framework"
docDescription: "Agrest server framework"
layout: docs-index
weight: 40
docsMenuTitle: "Table of Contents"
description: "Agrest server framework"
title: "Agrest 5.x Server Framework Documentation | REST API Framework"
description: "Access detailed documentation for setting up the Agrest 5.x Server Framework. Learn to integrate Jersey, manage REST requests, and use Apache Cayenne ORM to develop RESTful APIs in Java."
---
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
title: "Getting Started"
docTitle: "Getting Started"
docDescription: "A simple Agrest application tutorial"
layout: docs-index
weight: 10
docsMenuTitle: "Table of Contents"
description: "A simple Agrest application tutorial"
title: "Getting Started with Agrest 5.x Alpha | REST API Framework"
description: "Start building RESTful services with Agrest version 5.x. This guide covers project setup, ORM mapping with Apache Cayenne, creating REST endpoints, and more. "
---
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 an Agrest server and an HTTP client"
layout: docs-index
weight: 30
docsMenuTitle: "Table of Contents"
description: "HTTP/JSON protocol that unifies interaction between an Agrest server and an HTTP client"
title: "Agrest 5.x Alpha Protocol Documentation "
description: "Discover Agrest 5.x Protocol, focusing on server-client communication via HTTP and JSON. Includes details on JSON formats, control parameters, and expressions for data interaction."
---

0 comments on commit bac953c

Please sign in to comment.