Skip to content

Commit

Permalink
docs: add more stub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehesp authored Feb 4, 2023
1 parent 5701550 commit 18ae5d6
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 10 deletions.
8 changes: 6 additions & 2 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,13 @@
[
["Usage with Shelf", "/guides/shelf"],
["Request & Response", "/guides/request-and-response"],
["HTTP Requests", "/guides/http-fetch"],
["Data Fetching", "/guides/fetch"],
["Headers", "/guides/headers"],
["Form Data", "/guides/form-data"]
["Form Data", "/guides/form-data"],
["Caching", "/guides/caching"],
["Streaming", "/guides/streaming"],
["Data Encoding", "/guides/encoding"],
["Cryptography", "/guides/cryptography"]
]
],
[
Expand Down
8 changes: 8 additions & 0 deletions docs/guides/caching.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Caching
description: Explore how to cache incoming requests.
---

# Caching

<Info>These docs are a work in progress, check back soon!</Info>
8 changes: 8 additions & 0 deletions docs/guides/cryptography.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Cryptography
description: The Crypto API is an interface allowing you to use cryptographic primitives in order to build systems using cryptography.
---

# Cryptography

<Info>These docs are a work in progress, check back soon!</Info>
8 changes: 8 additions & 0 deletions docs/guides/encoding.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Data Encoding
description: Encode and decode data via the built in encoding APIs.
---

# Data Encoding

<Info>These docs are a work in progress, check back soon!</Info>
8 changes: 8 additions & 0 deletions docs/guides/fetch.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Fetching Data
description: Learn how to perform HTTP Requests to fetch data from remote resources in Dart Edge.
---

# Fetching Data

<Info>These docs are a work in progress, check back soon!</Info>
8 changes: 0 additions & 8 deletions docs/guides/http-fetch.mdx

This file was deleted.

8 changes: 8 additions & 0 deletions docs/guides/streaming.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Streaming
description: Learn how to stream data to-and-from client resources.
---

# Streaming

<Info>These docs are a work in progress, check back soon!</Info>

0 comments on commit 18ae5d6

Please sign in to comment.