Skip to content

Commit

Permalink
docs: correct some linking (#2507)
Browse files Browse the repository at this point in the history
  • Loading branch information
cutterbl authored Feb 13, 2024
1 parent 59cad61 commit a81afbf
Show file tree
Hide file tree
Showing 3 changed files with 2,297 additions and 2,249 deletions.
4 changes: 3 additions & 1 deletion stories/AboutBigCalendar.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ _yarn:_ `yarn add react-big-calendar`

_npm:_ `npm install --save react-big-calendar`

*Note*: Requires Node >= 18

When you include Big Calendar in your interface, you will need the core styles. We provide a precompiled style sheet (`react-big-calendar/lib/css/react-big-calendar.css`) for you, or you can directly import the SASS into your implementation. For more information on this, see the <LinkTo kind="guides-custom-styling">Custom Styling</LinkTo> guide for more details.

Also make sure that your calendar's container element has a height, or the calendar won't be visible (see why below).
Expand Down Expand Up @@ -62,7 +64,7 @@ on `Apr 8th 12:01:00 am` will. If you want _inclusive_ ranges consider providing

## Next Steps

We have provided a number of <LinkTo kind="examples">Examples</LinkTo> within this documentation, including individual examples of each and every <LinkTo kind="props">prop</LinkTo>, as well as the Drag and Drop <LinkTo kind="addons">Addon</LinkTo>.
We have provided a number of <LinkTo kind="about-our-examples">Examples</LinkTo> within this documentation, including individual examples of each and every <LinkTo kind="props-full-prop-list">prop</LinkTo>, as well as the Drag and Drop <LinkTo kind="addons-introduction">Addon</LinkTo>.

The documentation 'Canvas' tab, at the top of the page, will show you the component example for that specific piece of documentation. While in the 'Canvas' you may also have interactive controls in the 'Controls' panel, allowing you to play with a prop's different values.

Expand Down
2 changes: 1 addition & 1 deletion stories/addons/addOns.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ An "Addon" is some bit of code to enhance and expand the functionality of Big Ca

In this section we document those Addons that we have included directly in the Big Calendar codebase. If you have additional Add-ons that you have created for Big Calendar please let us know and we may link it here in the documentation.

- <LinkTo kind="addons-drag-and-drop">Drag and Drop</LinkTo>
- <LinkTo kind="addons-drag-and-drop-introduction">Drag and Drop</LinkTo>
Loading

0 comments on commit a81afbf

Please sign in to comment.