Skip to content

Commit

Permalink
BP-5429: Updates title and description headers for SEO (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
emeka committed Apr 21, 2023
1 parent a6164cc commit d49ba48
Show file tree
Hide file tree
Showing 19 changed files with 84 additions and 24 deletions.
24 changes: 15 additions & 9 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
import { defineConfig } from "vitepress";

export default defineConfig({
title: "Certifaction",
description: "Privacy-first eSigning",
title: "Developer Portal | Certifaction Digital PAdES Signature with Privacy",
titleTemplate: ":title - Certifaction Digital PAdES Signature with Privacy",
description:
"Integrate Certifaction PAdES digital signature of highly confidential documents in your application and service.",

cleanUrls: true,
lastUpdated: true,

Expand All @@ -17,21 +20,24 @@ export default defineConfig({
themeConfig: {
siteTitle: false,
logo: {
"light": "/certifaction_logo.svg",
"dark": "/certifaction_logo_white.svg",
light: "/certifaction_logo.svg",
dark: "/certifaction_logo_white.svg",
},
socialLinks: [
{ icon: "github", link: "https://github.com/certifaction/cli" },
{ icon: "linkedin", link: "https://www.linkedin.com/company/certifaction-ag/" },
{ icon: "github", link: "https://github.com/certifaction/cli" },
{
icon: "linkedin",
link: "https://www.linkedin.com/company/certifaction-ag/",
},
],

editLink: {
pattern: "https://github.com/certifaction/cli/edit/main/docs/:path",
text: "Edit this page on GitHub",
pattern: "https://github.com/certifaction/cli/edit/main/docs/:path",
text: "Edit this page on GitHub",
},

footer: {
copyright: "Copyright © 2020-present Certifaction AG",
copyright: "Copyright © 2020-present Certifaction AG",
},
nav: [
{
Expand Down
7 changes: 6 additions & 1 deletion docs/guides/digital-signature.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Digital signature
---
title: Certifaction PAdES Digital Signature
description: Details of Certifaction PAdES digital signature for highly confidential documents
---

# Digital Signature

Certifaction's digital signature allows users to add one or more digital signatures to PDF documents.

Expand Down
5 changes: 5 additions & 0 deletions docs/guides/digital-twin.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: Certifaction Digital Twin
description: Use Certifaction E2E encryption QR code to share and sign highly confidential documents
---

# Certifaction Digital Twin

You can secure your printed documents with a [Digital Twin](https://certifaction.com/digital-twin/).
Expand Down
3 changes: 2 additions & 1 deletion docs/guides/getting-started-api.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Getting Started with the Local API
title: Getting Started with Certifaction Local API
description: How to use Certifaction Client to digitally sign highly confidential documents
---

# Getting Started with the Local API
Expand Down
3 changes: 2 additions & 1 deletion docs/guides/getting-started-cli.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Getting Started with the CLI
title: Getting Started with Certifaction CLI
description: How to use Certifaction command line interface to igitally sign highly confidential documents
---

# Getting Started with the CLI
Expand Down
5 changes: 3 additions & 2 deletions docs/guides/howto-check-document-status.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
title: Check document status
title: Check Document Status
description: How to check the status of Certifaction digital signature of highly confidential documents
---

# Check document status
# Check Document Status

To check the status of a document, use the [`/request/list`](../references/api#post-/request/list) endpoint.

Expand Down
5 changes: 3 additions & 2 deletions docs/guides/howto-download-documents.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
title: Download documents
title: Download Documents
description: How to download highly confidential documents digitally signed with Certifaction
---

# Download documents
# Download Documents

To download documents, use the [`/download`](../references/api#get-/download) endpoint.

Expand Down
5 changes: 3 additions & 2 deletions docs/guides/howto-request-multiple-signatures.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
title: Request multiple signatures
title: Request Multiple Signatures
description: How to request several digital signatures of highly confidential documents using Certifaction
---

# Request multiple signatures
# Request Multiple Signatures

If one document needs to be signed by multiple signers, you need to prepare the document
first or download the document after you have created the first signature request and
Expand Down
3 changes: 2 additions & 1 deletion docs/guides/howto-request-one-signature.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
title: Request one signature
description: How to request the digital signature of a highly confidential document using Certifaction
---

# Request one signature
# Request a Signature

If want someone else to sign a document, you can use the [`/request/create`](../references/api#post-/request/create) endpoint.
You can also use a document that was already signed by you and use it as the input for a signature request.
Expand Down
5 changes: 3 additions & 2 deletions docs/guides/howto-sign-documents.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
---
title: Sign documents
title: Sign Documents
description: How to digitally sign confidential documents with Certifaction
---

# Sign documents
# Sign Documents

To sign a document, you can use the [`/sign`](../references/api#post-/sign) endpoint. The document will be signed in
the name of the owner of the API key. To add another signature, an already signed document
Expand Down
5 changes: 5 additions & 0 deletions docs/guides/installation.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: How to install Certifaction Client
description: How to install the Certifaction Client to digitally sign highly confidential documents
---

# Installation

Use the Certifaction Client to integrate with Certifaction.
Expand Down
5 changes: 5 additions & 0 deletions docs/guides/local-processing.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: Certifaction Local Processing
description: Certifaction client local processing and E2E encryption protects your highly confidential documents
---

# Local Processing

Local document processing ensures document confidentiality.
Expand Down
5 changes: 5 additions & 0 deletions docs/guides/security.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: Certifaction Security and Privacy
description: Certifaction digital signature security and privacy features protects highly confidential documents
---

# Security and Privacy

One of our main pillars is the Security and Privacy of our customers information. This section highlights some of the specific security measures that we have taken to achieve this objective.
Expand Down
7 changes: 6 additions & 1 deletion docs/guides/signature-request.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Signature request
---
title: Signature Request
description: Use Certifaction to request digital signature for highly confidential documents
---

# Signature Request

Users can invite other people to sign documents by providing them with secure signature request URLs, which contain a secret key. The secret key will decrypt the document before signing, ensuring that no third-party (not even Certifaction) has access to the document in clear text.

Expand Down
1 change: 1 addition & 0 deletions docs/guides/what-is-certifaction.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: What is Certifaction?
description: Certifaction the solution to digitally sigh highly confidential documents
---

# What is Certifaction?
Expand Down
3 changes: 2 additions & 1 deletion docs/references/api.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Local API
title: Certifaction Local API
description: Certifaction Client API uses local processing and E2E encryption to digitally sign highly confidential documents.
aside: false
---

Expand Down
5 changes: 5 additions & 0 deletions docs/references/authentication.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: Authentication
description: How to authenticate to Certifaction to digitally sign highly confidential documents.
---

# Authentication

Document signature, revocation and getting user information require authentication.
Expand Down
5 changes: 5 additions & 0 deletions docs/references/cli.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: Certifaction CLI Reference
description: Certifaction Client command line interface uses local processing and E2E encryption to digitally sign highly confidential documents.
---

# CLI Reference

[[toc]]
Expand Down
7 changes: 6 additions & 1 deletion docs/references/http-proxy-settings.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# HTTP Proxy settings
---
title: HTTP Proxy Settings
description: Certifaction Client API uses local processing and E2E encryption to digitally sign highly confidential documents.
---

# HTTP Proxy Settings

Certifaction client integrates with Certifaction API using HTTPS.
If the deployment is behind a proxy you must configure the
Expand Down

0 comments on commit d49ba48

Please sign in to comment.