Skip to content
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
3 changes: 0 additions & 3 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ export default defineConfig({
{
label: 'Getting Started',
items: [
{ label: 'Overview', link: '/getting-started/' },
{ label: 'Core Philosophy', link: '/getting-started/core-philosophy' },
{ label: 'Toolkit Architecture', link: '/getting-started/toolkit-architecture' },
{ label: 'Local Setup', link: '/getting-started/local-setup' },
{ label: 'Deployment', link: '/getting-started/deployment' },
],
Expand Down
48 changes: 0 additions & 48 deletions src/content/docs/getting-started/core-philosophy.mdx

This file was deleted.

4 changes: 0 additions & 4 deletions src/content/docs/getting-started/deployment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ import { Steps, Aside } from '@astrojs/starlight/components';

Once you have the toolkit running on your local machine, the next step is to go live. These guides provide clear, step-by-step instructions for preparing and deploying each component of the toolkit to a production environment.

<Aside type="note" title="Before You Deploy">
It is highly recommended that you first complete the guides in the [**Customization**](/docs/customization/) section. This will ensure you have made any desired branding or functional changes before releasing your applications.
</Aside>

<Steps>
1. **Deploy the API Server**

Expand Down
32 changes: 0 additions & 32 deletions src/content/docs/getting-started/index.mdx

This file was deleted.

59 changes: 0 additions & 59 deletions src/content/docs/getting-started/toolkit-architecture.mdx

This file was deleted.

12 changes: 0 additions & 12 deletions src/content/docs/mobile-client/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,4 @@ The Mobile Client is a feature-rich, cross-platform mobile app built with Flutte
Learn how to build and deploy the mobile app to the app stores.
[Read more &rarr;](/docs/mobile-client/deployment/)
</Card>
<Card title="Features" icon="puzzle">
Explore the key features, from the dynamic feed to user personalization.
[Read more &rarr;](/docs/mobile-client/features/)
</Card>
<Card title="Architecture" icon="tree-structure">
Understand the architecture, state management, and navigation patterns.
[Read more &rarr;](/docs/mobile-client/architecture/)
</Card>
<Card title="Developer Guides" icon="document">
Practical guides for developers on theming, customization, and localization.
[Read more &rarr;](/docs/mobile-client/guides/)
</Card>
</CardGrid>