Skip to content

Commit 301f090

Browse files
authored
Add Mintlify Docs (#196)
1 parent 778b5ec commit 301f090

Some content is hidden

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

81 files changed

+2827
-2686
lines changed

docs/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Mintlify Starter Kit
2+
3+
Run the following command at the root of your documentation (where mint.json is)
4+
5+
```
6+
pnpm mintlify dev
7+
```

docs/_snippets/snippet-example.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## My Snippet
2+
3+
<Info>This is an example of a reusable snippet</Info>

website/docs/advanced/cache.mdx renamed to docs/advanced/cache.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ SwiftGraphQL's cache works like cache in the browser - once you've queried somet
1818

1919
Each SwiftGraphQL query contains a deterministic key that's constructed from the selection and variables.
2020

21-
<!-- Image? -->
2221

2322
Once a result comes in, it's indefinitely cached using this key. Therefore, if you send the same query again, we check the in-memory cache for possible existing results and use them instead.
2423

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/favicon.svg

Lines changed: 21 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)