eddev 0.2.26 → 0.2.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. package/admin/components/ImageWell.d.ts +1 -0
  2. package/build/serverless/create-next-app.js +5 -5
  3. package/cli/display/components/BundleDisplay.d.ts +1 -0
  4. package/cli/display/components/CodegenDisplay.d.ts +1 -0
  5. package/cli/display/components/DevCLIDisplay.d.ts +1 -0
  6. package/cli/display/components/ServerlessDisplay.d.ts +1 -0
  7. package/cli/display/components/StatusIcon.d.ts +1 -0
  8. package/components/AdminBar.d.ts +1 -0
  9. package/dev-ui/components/BreakpointColumnHeader.d.ts +1 -0
  10. package/dev-ui/components/BreakpointIndicator.d.ts +1 -0
  11. package/dev-ui/components/DevUI.d.ts +1 -0
  12. package/dev-ui/components/ResponsiveLerpControl.d.ts +1 -0
  13. package/dev-ui/components/ResponsiveScaleEditor.d.ts +1 -0
  14. package/dev-ui/components/atoms/NumberField.d.ts +1 -0
  15. package/dev-ui/components/panels/PageDataDebugger.d.ts +1 -0
  16. package/dev-ui/components/panels/SpacingEditor.d.ts +1 -0
  17. package/dev-ui/components/panels/TypographyEditor.d.ts +1 -0
  18. package/dev-ui/icons.d.ts +1 -0
  19. package/dev-ui/loader.d.ts +1 -0
  20. package/dev-ui/theme.d.ts +3 -2
  21. package/dynamic/dynamic-component.d.ts +1 -0
  22. package/entry/Root.d.ts +1 -0
  23. package/gravityforms/useGravityForm.js +13 -3
  24. package/package.json +4 -3
  25. package/style/createStitches.d.ts +3 -2
  26. package/docs_old/README.md +0 -33
  27. package/docs_old/babel.config.js +0 -3
  28. package/docs_old/blog/2019-05-28-first-blog-post.md +0 -12
  29. package/docs_old/blog/2019-05-29-long-blog-post.md +0 -44
  30. package/docs_old/blog/2021-08-01-mdx-blog-post.mdx +0 -20
  31. package/docs_old/blog/2021-08-26-welcome/docusaurus-plushie-banner.jpeg +0 -0
  32. package/docs_old/blog/2021-08-26-welcome/index.md +0 -25
  33. package/docs_old/blog/authors.yml +0 -17
  34. package/docs_old/docs/graphql/1.graphql-overview.md +0 -62
  35. package/docs_old/docs/graphql/2.query-hooks.md +0 -238
  36. package/docs_old/docs/graphql/3.extending-wpgraphql.md +0 -3
  37. package/docs_old/docs/graphql/_category_.json +0 -4
  38. package/docs_old/docs/graphql/img/graphql-ide.png +0 -0
  39. package/docs_old/docs/graphql/img/infinite-example.gif +0 -0
  40. package/docs_old/docs/graphql/img/mutation-example.gif +0 -0
  41. package/docs_old/docs/gutenberg/1.overview.md +0 -25
  42. package/docs_old/docs/gutenberg/2.block-definition.md +0 -37
  43. package/docs_old/docs/gutenberg/3.block-acf.md +0 -13
  44. package/docs_old/docs/gutenberg/4.block-graphql.md +0 -63
  45. package/docs_old/docs/gutenberg/5.inline-editing.md +0 -33
  46. package/docs_old/docs/gutenberg/6.nested-blocks.md +0 -80
  47. package/docs_old/docs/gutenberg/7.restricting-to-post-types.md +0 -38
  48. package/docs_old/docs/gutenberg/8.restricting-to-page-templates.md +0 -26
  49. package/docs_old/docs/gutenberg/9.dynamic-blocks.md +0 -21
  50. package/docs_old/docs/gutenberg/_category_.json +0 -4
  51. package/docs_old/docs/gutenberg/img/create-acf-fields-for-block.png +0 -0
  52. package/docs_old/docs/gutenberg/img/example-acf-single-project-tile.png +0 -0
  53. package/docs_old/docs/how-to/1.new-site.md +0 -36
  54. package/docs_old/docs/how-to/2.deployment.md +0 -31
  55. package/docs_old/docs/how-to/3.menus.md +0 -72
  56. package/docs_old/docs/how-to/4.options-pages.md +0 -41
  57. package/docs_old/docs/how-to/5.bundle-size.md +0 -177
  58. package/docs_old/docs/how-to/6.favicons.md +0 -82
  59. package/docs_old/docs/how-to/_category_.json +0 -4
  60. package/docs_old/docs/how-to/img/bundle-analysis-after.png +0 -0
  61. package/docs_old/docs/how-to/img/bundle-analysis-before.png +0 -0
  62. package/docs_old/docs/how-to/img/bundle-webpack-after.png +0 -0
  63. package/docs_old/docs/how-to/img/bundle-webpack-before.png +0 -0
  64. package/docs_old/docs/how-to/img/favicon-codebase.png +0 -0
  65. package/docs_old/docs/how-to/img/favicon-figma-export.png +0 -0
  66. package/docs_old/docs/how-to/img/favicon-figma.png +0 -0
  67. package/docs_old/docs/intro.md +0 -7
  68. package/docs_old/docs/known-issues.md +0 -8
  69. package/docs_old/docs/serverless/1.overview.md +0 -1
  70. package/docs_old/docs/serverless/2.config.md +0 -1
  71. package/docs_old/docs/serverless/3.wordpress-vercel.md +0 -8
  72. package/docs_old/docs/serverless/4.apis.md +0 -1
  73. package/docs_old/docs/serverless/5.rpc.md +0 -1
  74. package/docs_old/docs/serverless/_category_.json +0 -4
  75. package/docs_old/docs/stack/1-WordPress.md +0 -18
  76. package/docs_old/docs/stack/2-Flywheel.md +0 -15
  77. package/docs_old/docs/stack/3-React.md +0 -12
  78. package/docs_old/docs/stack/4-TypeScript.md +0 -13
  79. package/docs_old/docs/stack/5-WPGraphQL.md +0 -21
  80. package/docs_old/docs/stack/6-eddev.md +0 -9
  81. package/docs_old/docs/stack/_category_.json +0 -4
  82. package/docs_old/docs/tooling/1.scripts.md +0 -25
  83. package/docs_old/docs/tooling/2.aliases.md +0 -13
  84. package/docs_old/docs/tooling/3.defines.md +0 -13
  85. package/docs_old/docs/tooling/4.config-file.md +0 -14
  86. package/docs_old/docs/tooling/_category_.json +0 -4
  87. package/docs_old/docs/views/1.overview.md +0 -31
  88. package/docs_old/docs/views/2.queries.md +0 -18
  89. package/docs_old/docs/views/3.content-blocks.md +0 -36
  90. package/docs_old/docs/views/4.app-view.md +0 -35
  91. package/docs_old/docs/views/5.page-templates.md +0 -20
  92. package/docs_old/docs/views/_category_.json +0 -4
  93. package/docs_old/docusaurus.config.js +0 -119
  94. package/docs_old/package.json +0 -40
  95. package/docs_old/sidebars.js +0 -26
  96. package/docs_old/src/components/HomepageFeatures.js +0 -64
  97. package/docs_old/src/components/HomepageFeatures.module.css +0 -11
  98. package/docs_old/src/css/custom.css +0 -28
  99. package/docs_old/src/pages/index.js +0 -36
  100. package/docs_old/src/pages/index.module.css +0 -23
  101. package/docs_old/src/pages/markdown-page.md +0 -7
  102. package/docs_old/static/.nojekyll +0 -0
  103. package/docs_old/static/img/docusaurus.png +0 -0
  104. package/docs_old/static/img/favicon.ico +0 -0
  105. package/docs_old/static/img/logo-black.svg +0 -4
  106. package/docs_old/static/img/logo-white.svg +0 -4
  107. package/docs_old/static/img/tutorial/docsVersionDropdown.png +0 -0
  108. package/docs_old/static/img/tutorial/localeDropdown.png +0 -0
  109. package/docs_old/static/img/undraw_docusaurus_mountain.svg +0 -170
  110. package/docs_old/static/img/undraw_docusaurus_react.svg +0 -169
  111. package/docs_old/static/img/undraw_docusaurus_tree.svg +0 -1
  112. package/docs_old/yarn.lock +0 -8814
@@ -1,4 +0,0 @@
1
- {
2
- "label": "🛠 Tooling",
3
- "position": 2
4
- }
@@ -1,31 +0,0 @@
1
- # Views Overview
2
-
3
- Views represent the different page types of the site. WordPress will choose which view to use based on the URL of the page. If for example, it identifies that the url `/blog/my-first-post` is a "post" object, it'll first look for `views/single-post.tsx`, followed by `views/single.tsx`. If it doesn't find either of those, it'll use `views/_404.tsx`. The naming of view files follows WordPress' [Template Hierarchy](https://developer.wordpress.org/themes/basics/template-hierarchy/).
4
-
5
- Views exist within the `views` directory as `.tsx` files, often with a paired `.graphql` file.
6
-
7
- The standard `views/page.tsx` looks like this:
8
-
9
- ```tsx title="views/page.tsx"
10
- import { Heading } from "@components/atoms/Heading"
11
- import { Container } from "@components/layout/Grid"
12
- import { defineView } from "eddev/views"
13
- import { ContentBlocks } from "eddev"
14
-
15
- export default defineView("page", (props) => {
16
- return (
17
- <Container>
18
- <Heading variant="h1" css={{ pb: "$6" }}>
19
- {props.page?.title}
20
- </Heading>
21
- <ContentBlocks blocks={props.page?.contentBlocks} />
22
- </Container>
23
- )
24
- })
25
- ```
26
-
27
- You'll notice above the following:
28
-
29
- - The file exports a view defined with the `defineView` function, and the first argument passed to it is the name of the view. This MUST be consistent with the name of the file. The general rule is `views/{name}.tsx`. We just care about the name part!
30
- - We're getting some data from props — `props.page.title` and `props.page.contentBlocks`. These are coming from the linked query file (see the next section)
31
- - The code itself is quite lean. It wouldn't be strange to have a more complex file, but in general it's better to move as much code as possible into separate component files. This encourages reusability and makes it easier to maintain.
@@ -1,18 +0,0 @@
1
- # View Queries
2
-
3
- Views typically need to access data about the current page or object, as well as other arbitrary content from the CMS. To do so, create a `.graphql` file with the same name as the `.tsx` file. The GraphQL query will be executed every request, and the data is automatically passed to the view when it is rendered. You never need to handle the loading process yourself!
4
-
5
- To query the current page or post being viewed, use `$postId` as an input variable.
6
-
7
- ```graphql title="views/page.graphql"
8
- query Page($postId: ID!) {
9
- page(id: $postId, idType: DATABASE_ID) {
10
- title
11
- slug
12
- template {
13
- templateName
14
- }
15
- contentBlocks
16
- }
17
- }
18
- ```
@@ -1,36 +0,0 @@
1
- # Content Blocks
2
-
3
- To allow Gutenberg blocks on your page, you'll need to do two things:
4
-
5
- 1. Ensure you've got a `.graphql` file which selects the `contentBlocks` field from the your post type.
6
- 2. Pass the `contentBlocks` field to the `blocks` prop of the `<ContentBlocks />` component.
7
-
8
- The `ContentBlocks` component is much like `InnerBlocks`, except that blocks are passed in as an array, rather than implictly.
9
-
10
- ```graphql title="views/page.graphql"
11
- query Page($postId: ID!) {
12
- page(id: $postId, idType: DATABASE_ID) {
13
- title
14
- slug
15
- template {
16
- templateName
17
- }
18
- contentBlocks
19
- }
20
- }
21
- ```
22
-
23
- ```tsx title="views/page.jsx"
24
- import { Container } from "@components/layout/Grid"
25
- import { defineView } from "eddev/views"
26
- import { ContentBlocks } from "eddev"
27
-
28
- export default defineView("page", (props) => {
29
- return (
30
- <Container>
31
- <h1>{props.title!}</h1>
32
- <ContentBlocks blocks={props.page?.contentBlocks} />
33
- </Container>
34
- )
35
- })
36
- ```
@@ -1,35 +0,0 @@
1
- # 'App' View
2
-
3
- The `views/_app.tsx` view is a special kind of view. It's always rendered, as the wrapper around your entire frontend. It's usually where you'd put your header/footer and other global elements, as well as where you'll load global styles.
4
-
5
- ```tsx
6
- import { PageLoadIndicator } from "@components/generic/PageLoadIndicator"
7
- import { AdminBar } from "eddev"
8
- import { Header } from "@components/site/Header"
9
- import { defineView } from "eddev/views"
10
- import { fontFaceGlobalStyles, frontendGlobalStyles } from "@theme"
11
- import { Footer } from "@components/site/Footer"
12
-
13
- fontFaceGlobalStyles()
14
- frontendGlobalStyles()
15
-
16
- export default defineView("_app", ({ children }) => {
17
- return (
18
- <>
19
- <PageLoadIndicator />
20
- <AdminBar />
21
- <Header />
22
- {children}
23
- <Footer />
24
- </>
25
- )
26
- })
27
- ```
28
-
29
- ## App Query
30
-
31
- You can write an `views/_app.graphql` file, and the result will be available on every page, via the `useAppData()` hook. The result _wont_ be passed in as props, so be sure to use the hook if you need to access it.
32
-
33
- Note that the `_app.graphql` query only runs _once_ — when the user first loads the page.
34
-
35
- This is especially useful for things like menus, which are often used on every page, and should be accessible from anywhere on the first render of the page.
@@ -1,20 +0,0 @@
1
- # Page Templates
2
-
3
- Page templates are special views, which are selectable from the 'Page Template' dropdown in the page editor.
4
-
5
- To create a page template, create a new view in the 'views/templates/' folder. It should export a view created with the `defineView` function, and also needs some special comments at the top of the file to identify it as a page template. Just like regular WordPress PHP templates.
6
-
7
- ```tsx title="views/templates/special.tsx"
8
- /**
9
- * Template Name: Special
10
- */
11
- import { defineView } from "eddev/views"
12
-
13
- export default defineView("templates/special", () => {
14
- return (
15
- <div>
16
- <h1>Special Template!</h1>
17
- </div>
18
- )
19
- })
20
- ```
@@ -1,4 +0,0 @@
1
- {
2
- "label": "📄 Views",
3
- "position": 3
4
- }
@@ -1,119 +0,0 @@
1
- // @ts-check
2
- // Note: type annotations allow type checking and IDEs autocompletion
3
-
4
- const lightCodeTheme = require("prism-react-renderer/themes/github")
5
- const darkCodeTheme = require("prism-react-renderer/themes/dracula")
6
-
7
- /** @type {import('@docusaurus/types').Config} */
8
- const config = {
9
- title: "dev.ed.studio",
10
- tagline: "WordPress + React 2021",
11
- url: "https://devtools.ed.studio",
12
- baseUrl: "/",
13
- onBrokenLinks: "throw",
14
- onBrokenMarkdownLinks: "warn",
15
- noIndex: true,
16
- favicon: "img/favicon.ico",
17
- organizationName: "facebook", // Usually your GitHub org/user name.
18
- projectName: "eddev-docs", // Usually your repo name.
19
-
20
- presets: [
21
- [
22
- "@docusaurus/preset-classic",
23
- /** @type {import('@docusaurus/preset-classic').Options} */
24
- ({
25
- docs: {
26
- sidebarPath: require.resolve("./sidebars.js"),
27
- // Please change this to your repo.
28
- editUrl: "https://github.com/ed-digital/eddev/edit/main/docs/",
29
- },
30
- blog: {
31
- showReadingTime: true,
32
- // Please change this to your repo.
33
- editUrl: "https://github.com/facebook/docusaurus/edit/main/blog/",
34
- },
35
- theme: {
36
- customCss: require.resolve("./src/css/custom.css"),
37
- },
38
- }),
39
- ],
40
- ],
41
-
42
- themeConfig:
43
- /** @type {import('@docusaurus/preset-classic').ThemeConfig} */
44
- ({
45
- navbar: {
46
- title: "Dev Wiki",
47
- logo: {
48
- alt: "ED. Dev Wiki",
49
- srcDark: "img/logo-white.svg",
50
- src: "img/logo-black.svg",
51
- },
52
- items: [
53
- {
54
- type: "doc",
55
- docId: "intro",
56
- position: "left",
57
- label: "Docs",
58
- },
59
- // { to: "/blog", label: "Blog", position: "left" },
60
- {
61
- href: "https://github.com/ed-digital/eddev",
62
- label: "GitHub",
63
- position: "right",
64
- },
65
- ],
66
- },
67
- // footer: {
68
- // style: "dark",
69
- // links: [
70
- // {
71
- // title: "Docs",
72
- // items: [
73
- // {
74
- // label: "Tutorial",
75
- // to: "/docs/intro",
76
- // },
77
- // ],
78
- // },
79
- // {
80
- // title: "Community",
81
- // items: [
82
- // {
83
- // label: "Stack Overflow",
84
- // href: "https://stackoverflow.com/questions/tagged/docusaurus",
85
- // },
86
- // {
87
- // label: "Discord",
88
- // href: "https://discordapp.com/invite/docusaurus",
89
- // },
90
- // {
91
- // label: "Twitter",
92
- // href: "https://twitter.com/docusaurus",
93
- // },
94
- // ],
95
- // },
96
- // {
97
- // title: "More",
98
- // items: [
99
- // {
100
- // label: "Blog",
101
- // to: "/blog",
102
- // },
103
- // {
104
- // label: "GitHub",
105
- // href: "https://github.com/facebook/docusaurus",
106
- // },
107
- // ],
108
- // },
109
- // ],
110
- // copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
111
- // },
112
- prism: {
113
- theme: lightCodeTheme,
114
- darkTheme: darkCodeTheme,
115
- },
116
- }),
117
- }
118
-
119
- module.exports = config
@@ -1,40 +0,0 @@
1
- {
2
- "name": "eddev-docs",
3
- "version": "0.0.0",
4
- "private": true,
5
- "scripts": {
6
- "docusaurus": "docusaurus",
7
- "start": "docusaurus start",
8
- "build": "docusaurus build",
9
- "swizzle": "docusaurus swizzle",
10
- "deploy": "docusaurus deploy",
11
- "clear": "docusaurus clear",
12
- "serve": "docusaurus serve",
13
- "write-translations": "docusaurus write-translations",
14
- "write-heading-ids": "docusaurus write-heading-ids"
15
- },
16
- "dependencies": {
17
- "@docusaurus/core": "2.0.0-beta.6",
18
- "@docusaurus/preset-classic": "2.0.0-beta.6",
19
- "@mdx-js/react": "^1.6.21",
20
- "@svgr/webpack": "^5.5.0",
21
- "clsx": "^1.1.1",
22
- "file-loader": "^6.2.0",
23
- "prism-react-renderer": "^1.2.1",
24
- "react": "^17.0.1",
25
- "react-dom": "^17.0.1",
26
- "url-loader": "^4.1.1"
27
- },
28
- "browserslist": {
29
- "production": [
30
- ">0.5%",
31
- "not dead",
32
- "not op_mini all"
33
- ],
34
- "development": [
35
- "last 1 chrome version",
36
- "last 1 firefox version",
37
- "last 1 safari version"
38
- ]
39
- }
40
- }
@@ -1,26 +0,0 @@
1
- /**
2
- * Creating a sidebar enables you to:
3
- - create an ordered group of docs
4
- - render a sidebar for each doc of that group
5
- - provide next/previous navigation
6
-
7
- The sidebars can be generated from the filesystem, or explicitly defined here.
8
-
9
- Create as many sidebars as you want.
10
- */
11
-
12
- module.exports = {
13
- // By default, Docusaurus generates a sidebar from the docs folder structure
14
- tutorialSidebar: [{ type: "autogenerated", dirName: "." }],
15
-
16
- // But you can create a sidebar manually
17
- /*
18
- tutorialSidebar: [
19
- {
20
- type: 'category',
21
- label: 'Tutorial',
22
- items: ['hello'],
23
- },
24
- ],
25
- */
26
- };
@@ -1,64 +0,0 @@
1
- import React from 'react';
2
- import clsx from 'clsx';
3
- import styles from './HomepageFeatures.module.css';
4
-
5
- const FeatureList = [
6
- {
7
- title: 'Easy to Use',
8
- Svg: require('../../static/img/undraw_docusaurus_mountain.svg').default,
9
- description: (
10
- <>
11
- Docusaurus was designed from the ground up to be easily installed and
12
- used to get your website up and running quickly.
13
- </>
14
- ),
15
- },
16
- {
17
- title: 'Focus on What Matters',
18
- Svg: require('../../static/img/undraw_docusaurus_tree.svg').default,
19
- description: (
20
- <>
21
- Docusaurus lets you focus on your docs, and we&apos;ll do the chores. Go
22
- ahead and move your docs into the <code>docs</code> directory.
23
- </>
24
- ),
25
- },
26
- {
27
- title: 'Powered by React',
28
- Svg: require('../../static/img/undraw_docusaurus_react.svg').default,
29
- description: (
30
- <>
31
- Extend or customize your website layout by reusing React. Docusaurus can
32
- be extended while reusing the same header and footer.
33
- </>
34
- ),
35
- },
36
- ];
37
-
38
- function Feature({Svg, title, description}) {
39
- return (
40
- <div className={clsx('col col--4')}>
41
- <div className="text--center">
42
- <Svg className={styles.featureSvg} alt={title} />
43
- </div>
44
- <div className="text--center padding-horiz--md">
45
- <h3>{title}</h3>
46
- <p>{description}</p>
47
- </div>
48
- </div>
49
- );
50
- }
51
-
52
- export default function HomepageFeatures() {
53
- return (
54
- <section className={styles.features}>
55
- <div className="container">
56
- <div className="row">
57
- {FeatureList.map((props, idx) => (
58
- <Feature key={idx} {...props} />
59
- ))}
60
- </div>
61
- </div>
62
- </section>
63
- );
64
- }
@@ -1,11 +0,0 @@
1
- .features {
2
- display: flex;
3
- align-items: center;
4
- padding: 2rem 0;
5
- width: 100%;
6
- }
7
-
8
- .featureSvg {
9
- height: 200px;
10
- width: 200px;
11
- }
@@ -1,28 +0,0 @@
1
- /**
2
- * Any CSS included here will be global. The classic template
3
- * bundles Infima by default. Infima is a CSS framework designed to
4
- * work well for content-centric websites.
5
- */
6
-
7
- /* You can override the default Infima variables here. */
8
- :root {
9
- --ifm-color-primary: #25c2a0;
10
- --ifm-color-primary-dark: rgb(33, 175, 144);
11
- --ifm-color-primary-darker: rgb(31, 165, 136);
12
- --ifm-color-primary-darkest: rgb(26, 136, 112);
13
- --ifm-color-primary-light: rgb(70, 203, 174);
14
- --ifm-color-primary-lighter: rgb(102, 212, 189);
15
- --ifm-color-primary-lightest: rgb(146, 224, 208);
16
- --ifm-code-font-size: 95%;
17
- }
18
-
19
- .docusaurus-highlight-code-line {
20
- background-color: rgba(0, 0, 0, 0.1);
21
- display: block;
22
- margin: 0 calc(-1 * var(--ifm-pre-padding));
23
- padding: 0 var(--ifm-pre-padding);
24
- }
25
-
26
- html[data-theme='dark'] .docusaurus-highlight-code-line {
27
- background-color: rgba(0, 0, 0, 0.3);
28
- }
@@ -1,36 +0,0 @@
1
- import React from "react"
2
- import clsx from "clsx"
3
- import Layout from "@theme/Layout"
4
- import Link from "@docusaurus/Link"
5
- import useDocusaurusContext from "@docusaurus/useDocusaurusContext"
6
- import styles from "./index.module.css"
7
- import HomepageFeatures from "../components/HomepageFeatures"
8
-
9
- function HomepageHeader() {
10
- const { siteConfig } = useDocusaurusContext()
11
- return (
12
- <header className={clsx("hero hero--primary", styles.heroBanner)}>
13
- <div className="container">
14
- <h1 className="hero__title">{siteConfig.title}</h1>
15
- <p className="hero__subtitle">{siteConfig.tagline}</p>
16
- <div className={styles.buttons}>
17
- <Link className="button button--secondary button--lg" to="/docs/intro">
18
- Read the docs
19
- </Link>
20
- </div>
21
- </div>
22
- </header>
23
- )
24
- }
25
-
26
- export default function Home() {
27
- const { siteConfig } = useDocusaurusContext()
28
- return (
29
- <Layout title={`Hello from ${siteConfig.title}`} description="Description will go into a meta tag in <head />">
30
- <HomepageHeader />
31
- {/* <main>
32
- <HomepageFeatures />
33
- </main> */}
34
- </Layout>
35
- )
36
- }
@@ -1,23 +0,0 @@
1
- /**
2
- * CSS files with the .module.css suffix will be treated as CSS modules
3
- * and scoped locally.
4
- */
5
-
6
- .heroBanner {
7
- padding: 4rem 0;
8
- text-align: center;
9
- position: relative;
10
- overflow: hidden;
11
- }
12
-
13
- @media screen and (max-width: 966px) {
14
- .heroBanner {
15
- padding: 2rem;
16
- }
17
- }
18
-
19
- .buttons {
20
- display: flex;
21
- align-items: center;
22
- justify-content: center;
23
- }
@@ -1,7 +0,0 @@
1
- ---
2
- title: Markdown page example
3
- ---
4
-
5
- # Markdown page example
6
-
7
- You don't need React to write simple standalone pages.
File without changes
Binary file
Binary file
@@ -1,4 +0,0 @@
1
- <svg width="60" height="32" viewBox="-5 -5 70 42" fill="none"
2
- xmlns="http://www.w3.org/2000/svg">
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M8.08382 24.3519H21.7138V31.8623H0V0H21.6675V7.51035H8.08382V12.1534H21.3853V19.71H8.08382V24.3519ZM36.1892 0C47.0467 0 52.498 8.01157 52.498 15.9769C52.498 23.9421 47.0467 31.8623 36.1892 31.8623H23.7807V0H36.1892ZM36.1892 24.4434C41.7354 24.4434 44.5553 20.165 44.5553 15.9769C44.5553 11.7888 41.7354 7.37376 36.1892 7.37376H31.772V24.4434H36.1892ZM55.0955 32C57.6332 32 59.4665 29.9511 59.4665 27.9485C59.4665 25.5361 57.6321 23.897 55.0955 23.897C52.7464 23.897 50.8657 25.5361 50.8657 27.9485C50.8657 29.9511 52.7464 32 55.0955 32Z" fill="black"/>
4
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="60" height="32" viewBox="-5 -5 70 42" fill="none"
2
- xmlns="http://www.w3.org/2000/svg">
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M8.08382 24.3519H21.7138V31.8623H0V0H21.6675V7.51035H8.08382V12.1534H21.3853V19.71H8.08382V24.3519ZM36.1892 0C47.0467 0 52.498 8.01157 52.498 15.9769C52.498 23.9421 47.0467 31.8623 36.1892 31.8623H23.7807V0H36.1892ZM36.1892 24.4434C41.7354 24.4434 44.5553 20.165 44.5553 15.9769C44.5553 11.7888 41.7354 7.37376 36.1892 7.37376H31.772V24.4434H36.1892ZM55.0955 32C57.6332 32 59.4665 29.9511 59.4665 27.9485C59.4665 25.5361 57.6321 23.897 55.0955 23.897C52.7464 23.897 50.8657 25.5361 50.8657 27.9485C50.8657 29.9511 52.7464 32 55.0955 32Z" fill="white"/>
4
- </svg>