Skip to content
This repository was archived by the owner on Feb 20, 2024. It is now read-only.

Commit 8539e1f

Browse files
authored
Merge pull request #229 from atsign-foundation/cpswan-fix-yaml
fix: Build broken by incorrect YAML
2 parents e6e3f01 + d07fa8e commit 8539e1f

File tree

3 files changed

+8
-441
lines changed

3 files changed

+8
-441
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ public/
22
.DS_Store
33
.idea/
44
node_modules/
5-
resources/_gen/
5+
resources/_gen/
6+
hugo_stats.json

content/docs/atplatform/_index.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,15 @@ layout: list
33

44
title: "The atPlatform" # The title (ON THE PAGE)
55
lead: | # The lead below the title (ON THE PAGE)
6-
7-
The atPlatform is built on the atProtocol, a new open network protocol, together with a robust set of tools and open source SDKs that makes building end-to-end encryption data exchange easy, and can:
8-
9-
Enhanced security
10-
Faster implementation times
11-
Cost Savings (Operating and Capital Expenses)
12-
Improved latency
6+
The atPlatform is built on the atProtocol, a new open network protocol, together with a robust set of tools and open source SDKs that makes building end-to-end encryption data exchange easy, and can provide:
7+
Enhanced security,
8+
Faster implementation times,
9+
Cost Savings (Operating and Capital Expenses),
10+
Improved latency
1311
1412
description:
1513
| # SEO Description of the page (Shows in google and atsign.dev search)
16-
The atPlatform is an open-source source solution designed to help developers build end-to-end, cross-platform applications and IoT solutions, with privacy built in.
14+
The atPlatform is an open-source source solution designed to help developers build end-to-end, cross-platform applications and IoT solutions, with privacy built in.
1715

1816
draft: false # Change this to "true" to hide the page
1917
toc: true # Change this to "false" to hide the table of contents

0 commit comments

Comments
 (0)