Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update references #510

Merged
merged 3 commits into from
Jan 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/lib/components/Search.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -71,25 +71,25 @@
{
uid: 'recommended-references-account',
url: '/docs/references/cloud/client-web/databases',
h1: 'References',
h1: 'API reference',
h2: 'Databases'
},
{
uid: 'recommended-references-teans',
url: '/docs/references/cloud/client-web/teams',
h1: 'References',
h1: 'API reference',
h2: 'Teams'
},
{
uid: 'recommended-references-databases',
url: '/docs/references/cloud/client-web/databases',
h1: 'References',
h1: 'API reference',
h2: 'Databases'
},
{
uid: 'recommended-references-storage',
url: '/docs/references/cloud/client-web/storage',
h1: 'References',
h1: 'API reference',
h2: 'Storage'
}
];
Expand Down
2 changes: 1 addition & 1 deletion src/routes/docs/Sidebar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
icon: 'icon-cog'
},
{
label: 'References',
label: 'API reference',
href: '/docs/references',
icon: 'icon-document',
isParent: true
Expand Down
2 changes: 1 addition & 1 deletion src/routes/docs/references/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@

const parent: NavParent = {
href: '/docs',
label: 'References'
label: 'API reference'
};
</script>

Expand Down
2 changes: 1 addition & 1 deletion src/routes/docs/references/+page.markdoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: article
title: References
title: API reference
description: Complete API references for Appwrite SDK, REST, and GraphQL APIs. Learn how to use Authentication, Databases, Storage, Functions, Avatars, Locale, and other Appwrite APIs.
---
Appwrite lets you build integrations on web, mobile, native, and server platforms through a set of APIs. You can use one of our many [SDKs](/docs/sdks) or integrate directly through the [REST API](/docs/apis/rest) or [GraphQL API](/docs/apis/graphql).
Expand Down