Skip to content

Commit 2bfb99e

Browse files
authored
Remove verification policy (#44)
* Remove verification policy * Update timestamps * Remove acceptance policy (#45) * Remove acceptance policy * Update timestamps --------- Signed-off-by: Mostafa Moradian <mostafa@gatewayd.io>
1 parent 5eeaa39 commit 2bfb99e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+54
-72
lines changed

.vale/Vocab/accept.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,7 @@ args
6464
env
6565
localPath
6666
hardcoded
67-
verificationPolicy
68-
passdown
6967
compatibilityPolicy
70-
acceptancePolicy
7168
receiveDeadline
7269
receiveTimeout
7370
sendDeadline

developing-plugins/grpc-api-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
last_modified_date: 2024-01-29 21:53:19 +0100
2+
last_modified_date: 2024-02-18 12:58:36 +0100
33
layout: default
44
title: gRPC API Reference
55
description: GatewayD exposes a gRPC API that can be used to interact with the GatewayD plugin system. This API can be used by the GatewayD plugins and is available in the GatewayD SDK.

developing-plugins/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
last_modified_date: 2024-01-29 21:53:19 +0100
2+
last_modified_date: 2024-02-18 12:58:36 +0100
33
layout: default
44
title: Developing Plugins
55
nav_order: 4

developing-plugins/plugin-developers-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
last_modified_date: 2024-01-29 21:53:19 +0100
2+
last_modified_date: 2024-02-18 12:58:36 +0100
33
layout: default
44
title: Plugin Developers Guide
55
description: Plugin developers' guide of GatewayD

developing-plugins/sdk-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
last_modified_date: 2024-01-29 21:53:19 +0100
2+
last_modified_date: 2024-02-18 12:58:36 +0100
33
layout: default
44
title: SDK Reference
55
description: The GatewayD plugin SDK provides a number of interfaces, structs and methods to help you build your plugin.

developing-plugins/template-projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
last_modified_date: 2024-01-29 21:53:19 +0100
2+
last_modified_date: 2024-02-18 12:58:36 +0100
33
layout: default
44
title: Template Projects
55
description: Template projects can be used to quickly get started with developing plugins.

getting-started/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
last_modified_date: 2024-01-29 21:53:19 +0100
2+
last_modified_date: 2024-02-18 12:58:36 +0100
33
layout: default
44
title: Getting Started
55
nav_order: 1

getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
last_modified_date: 2024-01-29 21:56:01 +0100
2+
last_modified_date: 2024-02-18 12:58:36 +0100
33
layout: default
44
title: Installation
55
description: How to install GatewayD and its plugins on different platforms and how to build it from source.

getting-started/running-gatewayd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
last_modified_date: 2024-01-29 21:56:01 +0100
2+
last_modified_date: 2024-02-18 12:58:36 +0100
33
layout: default
44
title: Running GatewayD
55
description: How to run GatewayD and test it with psql

getting-started/welcome.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
last_modified_date: 2024-01-29 21:56:01 +0100
2+
last_modified_date: 2024-02-18 12:58:36 +0100
33
layout: default
44
title: Welcome
55
description: Introduction to GatewayD and its key features

0 commit comments

Comments
 (0)