Openai demo app vertical reorg (#234)

* organize demo ai app vertically

* Update main.wasp.diff

* Update guided-tour.md

* Leftover vertical org changes (#233)

* newsletter dir & leftovers

* update app_diff

* Update guided-tour.md

* Update guided-tour.md
This commit is contained in:
vincanger
2024-07-15 16:06:50 +02:00
committed by GitHub
parent c9d43586bb
commit f52bc42de1
18 changed files with 163 additions and 156 deletions

View File

@@ -22,8 +22,8 @@
+} from './contentSections';
import DropdownUser from '../../user/DropdownUser';
import { UserMenuItems } from '../../user/UserMenuItems';
-import { DocsUrl } from '../../common';
+import { DocsUrl, GithubUrl } from '../../common';
-import { DocsUrl } from '../../shared/common';
+import { DocsUrl, GithubUrl } from '../../shared/common';
import DarkModeSwitcher from '../components/DarkModeSwitcher';
export default function LandingPage() {

View File

@@ -1,11 +1,11 @@
--- template/app/src/client/landing-page/contentSections.ts
+++ opensaas-sh/app/src/client/landing-page/contentSections.ts
@@ -1,74 +1,126 @@
-import { DocsUrl, BlogUrl } from '../../common';
-import { DocsUrl, BlogUrl } from '../../shared/common';
-import daBoiAvatar from '../static/da-boi.png';
-import avatarPlaceholder from '../static/avatar-placeholder.png';
-import { routes } from 'wasp/client/router';
+import { DocsUrl, BlogUrl, GithubUrl } from '../../common';
+import { DocsUrl, BlogUrl, GithubUrl } from '../../shared/common';
export const navigation = [
{ name: 'Features', href: '#features' },