Skip to content

Commit 34640ae

Browse files
committed
fix bad links and typos
1 parent 0674589 commit 34640ae

File tree

18 files changed

+27
-95
lines changed

18 files changed

+27
-95
lines changed

developer/reference/components/react-runtime-provider.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title: "<ReactRuntimeProvider>"
33
description: The `<ReactRuntimeProvider>` component takes a Makeswift runtime and provides it to the [`<Page>`](/reference/components/page) component for rendering snapshots.
44
---
55

6-
import AppProviders from "/snippets/app-router/providers.mdx"
7-
import AppLayout from "/snippets/app-router/layout.mdx"
8-
import PagesApp from "/snippets/pages-router/pages-app.mdx"
6+
import AppProviders from "/snippets/app-router/providers.mdx";
7+
import AppLayout from "/snippets/app-router/layout.mdx";
8+
import PagesApp from "/snippets/pages-router/pages-app.mdx";
99

1010
## Props
1111

1212
<ParamField query="runtime" type="Runtime" required>
13-
A Makeswift [runtime](/reference/runtime/constructor.mdx).
13+
A Makeswift [runtime](/reference/runtime/constructor).
1414
</ParamField>
1515

1616
<ParamField query="children" type="React.Node">

product/SEO.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ change.
6262

6363
- **Always:** Used for pages that change constantly, such as live data feeds.
6464
- **Hourly:** For pages that update every hour.
65-
- **Daily:** For pages that change daily,such as news articles or blogs.
65+
- **Daily:** For pages that change daily, such as news articles or blogs.
6666
- **Weekly:** For pages that are updated weekly.
6767
- **Monthly:** For pages with monthly updates.
6868
- **Yearly:** For pages with annual updates.
@@ -103,7 +103,7 @@ Internal linking structure refers to the way links are organized within your web
103103

104104
### Image optimization
105105

106-
Optimize image file names and alt text to improve accessibility and provide additional context for search engins. Files names can be managed through the [files](/product/files) manager and alt tags can be managed on each individual image within a page.
106+
Optimize image file names and alt text to improve accessibility and provide additional context for search engines. File names can be managed through the [files](/product/files) manager and alt tags can be managed on each individual image within a page.
107107

108108
<Frame>
109109
![File naming and image alt text
@@ -143,7 +143,7 @@ More advanced SEO requirements will need to be managed directly in your codebase
143143

144144
<Warning>The following can only be administered using a custom host</Warning>
145145

146-
### `Robots.txt`
146+
### `robots.txt`
147147

148148
The `robots.txt` file is used to ensure that search engines can crawl a new site properly and that sensitive or duplicate content is blocked as necessary.
149149

product/component/property-controls/backgrounds.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,3 @@ Use videos hosted on the following streaming platforms as backgrounds:
4747
Add a video by copying and pasting the link from your browser's URL bar from any of the above mentioned platforms. Background videos are set to autoplay, and are looped and muted by default.
4848

4949
<Frame>![Background Videos](/images/builder/backgrounds1.gif)</Frame>
50-
51-
## Examples
52-
53-
<Note>For examples on how to use these. Need to put something here?</Note>
54-
55-
## Pro tips
56-
57-
Combine colors and images with opacity

product/component/property-controls/corners.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ In Makeswift, you're able to select which corners you want to change the radius
1414

1515
<Frame>![Selecting different corners](/images/builder/corners2.gif)</Frame>
1616

17-
The more rounded a corner the friendlier the design. Maybe show examples of two different cards with varying corner radiuses
18-
1917
## Shortcuts
2018

2119
While dragging the panel inputs for individual corners, hold the `⌥ Option` or `Alt` key to equally change parellel corners of an element. Hold `⇧ Shift + ⌥ Option` or `Alt` to equally change all corners.

product/component/property-controls/gap.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Gap is an easier way to uniformly control spacing between an elements contents.
1010

1111
## Row gap
1212

13-
Row gap refers to the distance between elements stacked on top of each other
13+
Row gap refers to the distance between elements stacked on top of each other.
1414

1515
## Column gap
1616

17-
Column gap refers to the distance between elements placed next to each other
17+
Column gap refers to the distance between elements placed next to each other.
1818

1919
## Examples
2020

product/component/property-controls/padding.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ cause your content to be squished on smaller devices.
3838

3939
## Shortcuts
4040

41-
While dragging the handles or inputs, hold the `⌥ Option` or `Alt` key to equally change margin on both sides of an element. Hold `⇧ Shift + ⌥ Option` or `Alt` to equally change margin for all sides.
41+
While dragging the handles or inputs, hold the `⌥ Option` or `Alt` key to equally change padding on both sides of an element. Hold `⇧ Shift + ⌥ Option` or `Alt` to equally change padding for all sides.
4242

4343
<Frame>![⌥ Option (or Alt) hotkey](/images/builder/padding7.gif)</Frame>
4444

product/component/property-controls/shadows.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,3 @@ You can change the color and angle of your shadow to add a glowing effect to a s
3535
Avoid importing assets with shadows included in the original file, as this can be added in Makeswift.
3636

3737
Another tip is to lower the color opacity and use a higher blur to create softer, more realistic shadows.
38-
39-
## Developer notes
40-
41-
Since Shadows can be added to almost anything, it may not make sense to add shadows to your component if it isn't controllable within Makeswift. Unless you have multiple shadows within your component, it will likely be better handled in Makeswift.

product/files.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ icon: "folder-open"
1111
You can perform actions on multiple files at once to streamline your workflow.
1212

1313
1. **Select Files:** Click the checkbox next to each file you want to select.
14-
2. **Perform Actions:** Use the action buttons (delete, move, download) at the top of the file manager to perform bulk actions on the selected files.
14+
2. **Perform Actions:** Use the action buttons (delete, move, download) at the top of the files manager to perform bulk actions on the selected files.
1515

1616
## Drag and drop
1717

18-
Easily move files and folders within the file manager by using the drag-and-drop feature.
18+
Easily move files and folders within the files manager by using the drag-and-drop feature.
1919

2020
1. **Select a File or Folder:** Click and hold the file or folder you want to move.
21-
2. **Drag to New Location:** Drag the selected item to the desired location within the file manager.
21+
2. **Drag to New Location:** Drag the selected item to the desired location within the files manager.
2222
3. **Drop to Move:** Release the mouse button to drop the item into the new location.
2323

2424
## Sorting

product/layouts.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ icon: "table-layout"
66

77
## Creating a layout inside of a Box
88

9-
When you first drop a [Box](product/toolbar/box.mdx) onto your page, it will appear as an empty rectangle. You can add any number of components into a box. Components placed side-by-side create columns, and ones placed above and below create new rows.
9+
When you first drop a [Box](/product/components#box) onto your page, it will appear as an empty rectangle. You can add any number of components into a box. Components placed side-by-side create columns, and ones placed above and below create new rows.
1010

1111
<Frame>![Creating layouts with boxes](/images/builder/layouts1.gif)</Frame>
1212

@@ -66,7 +66,7 @@ Overlays are controls placed directly on components in the canvas to allow you t
6666
![Padding in the panel](/images/builder/Overlays4.gif)
6767
</Frame>
6868

69-
You can also easily remove a box's padding by clicking the blue Padding label in the panel and selecting "Reset to base". This also works for all panels in Makeswift. In smaller devices, blue panel labels will display options to [reset to larger breakpoints](/product/device-toggle).
69+
You can also easily remove a box's padding by clicking the blue Padding label in the panel and selecting "Reset to base". This also works for all panels in Makeswift. In smaller devices, blue panel labels will display options to [reset to larger breakpoints](/product/responsive-design).
7070

7171
<Frame>
7272
![Reset padding to base](/images/builder/Overlays5.gif)

product/localization.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,27 @@ Makeswift's localization feature allows you to manage localized versions of your
1919
Open site settings and go to the "Locales" tab.
2020

2121
<Frame>
22-
![Localization first step](../images/localization-first-step.png)
22+
![Localization first step](/images/localization-first-step.png)
2323
</Frame>
2424

2525
To add a new locale, click the "+ Add locale" button. You can modify or delete existing locales by hovering over the locale:
2626

2727
<Frame>
28-
![Hovering over the locale](../images/localization-hover-locale.png)
28+
![Hovering over the locale](/images/localization-hover-locale.png)
2929
</Frame>
3030

3131
You can also modify the default locale by hovering over it and clicking the edit button.
3232

3333
Here's an example of what a list of locales in settings looks like:
3434

3535
<Frame>
36-
![Manage locales in settings](../images/localization-manage-locales.png)
36+
![Manage locales in settings](/images/localization-manage-locales.png)
3737
</Frame>
3838

3939
</Step>
4040

4141
<Step title="Configure locales in your Next.js config">
42-
For detailed instructions on setting up locales, see our [developer docs](https://docs.makeswift.com/pages-router/localization#localized-resources) on localization.
42+
For detailed instructions on setting up locales, see our [developer docs](/developer/app-router/localization) on localization.
4343

4444
</Step>
4545

@@ -48,7 +48,7 @@ Makeswift's localization feature allows you to manage localized versions of your
4848
Once you've finished setting up your locales in Makeswift and in your codebase, you should be able to switch to different locales using the locale switcher in the builder browser bar.
4949

5050
<Frame>
51-
![Manage locales in settings](../images/localization-locales-switcher.png)
51+
![Manage locales in settings](/images/localization-locales-switcher.png)
5252
</Frame>
5353

5454
When making changes in a different locale you can override any property, including the page's pathname, metadata, and SEO tags.

product/overlays.mdx

Lines changed: 0 additions & 54 deletions
This file was deleted.

product/page/metadata.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ When unchecked, this will set the robots metadata to be `index, follow`. When ch
7070

7171
## Developer notes
7272

73-
Additional SEO panels can be added to the `<Page>` copmonent within a custom host. View the [developer docs](/developer/reference/components/seo) for more information.
73+
Additional SEO panels can be added to the `<Page>` component within a custom host. View the [developer docs](/developer/reference/components/page) for more information.

product/page/paths.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ For your homepage, you will likely not have a pathname. This is signified by a s
2121

2222
## Localization
2323

24-
When utilizing the [localization](product/site/localization.mdx) feature, you may translate or alter path names within each locale as if they are separate pages. By default, each locale will inherit the path name of the base locale.
24+
When utilizing the [localization](/product/localization) feature, you may translate or alter path names within each locale as if they are separate pages. By default, each locale will inherit the path name of the base locale.
2525

2626
## Pro tips
2727

product/responsive-design.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ icon: "laptop-mobile" iconType: "solid"
88

99
## Designing for mobile and tablet
1010

11-
In Makeswift, styles always cascade from larger devices to smaller ones. Once a style has been overriden on a smaller device, that specific style will no longer be affected by changes from a larger device. All element and text styles can be set per device. Things such as text content, images, sorting elements, or changing links are not responsive.
11+
In Makeswift, styles always cascade from larger devices to smaller ones. Once a style has been overridden on a smaller device, that specific style will no longer be affected by changes from a larger device. All element and text styles can be set per device. Things such as text content, images, sorting elements, or changing links are not responsive.
1212

1313
Select an element and switch to a smaller device. If a style is being inherited from a larger device, the label for it's panel will be gray.
1414

product/site/colors.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ To manage colors, deselect all elements and navigate to the "Site" tab in the ri
2727

2828
## Developer notes
2929

30-
When creating components you can add a custom panel using the [color](developer/reference/controls/colors/color.mdx) control to allow your team to select from your site colors.
30+
When creating components you can add a custom panel using the [color](/developer/reference/controls/color) control to allow your team to select from your site colors.

product/site/domains.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Here is DNS help documentation for several common domain providers:
2424
- [Domain.com](https://www.domain.com/help/article/dns-management-how-to-update-dns-records)
2525
- [eNom](https://help.enom.com/hc/en-us/articles/115000474012-How-to-Change-DNS-Host-Records)
2626
- [GoDaddy](https://www.godaddy.com/help/view-my-dns-settings-19182)
27-
- [NameCheap](https://www.namecheap.com/support/knowledgebase/article.aspx/434/2237/how-do-i-set-up-host-records-for-a-domain)
27+
- [Namecheap](https://www.namecheap.com/support/knowledgebase/article.aspx/434/2237/how-do-i-set-up-host-records-for-a-domain)
2828
- [Network Solutions](https://www.networksolutions.com/support/how-to-manage-advanced-dns-records/)
2929

3030
## Setting a primary domain

product/site/hosting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ You can still connect a custom domain with default hosting, but you may encounte
3030

3131
Setting up a custom host gives you full flexibility with Makeswift. You can use features such as [localization](/product/localization), [custom breakpoints](/developer/reference/runtime/constructor#custom-breakpoints), and [adding custom components](/product/components).
3232

33-
For help setting up a custom host visit our [developer docs](https://docs.makeswift.com/pages-router/installation).
33+
For help setting up a custom host visit our [developer docs](/developer/app-router/installation).

product/theming.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Theming"
3-
description: "Theming is the concept of creating a style palette for your website. With [site colors](/product/site/colors) and [text styles](/product/site/text-styles) you can standardize the available stlyes for all users in your workspace to use."
3+
description: "Theming is the concept of creating a style palette for your website. With [site colors](/product/site/colors) and [text styles](/product/site/text-styles) you can standardize the available styles for all users in your workspace to use."
44
icon: "palette"
55
---
66

0 commit comments

Comments
 (0)