Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: correct some linking #2507

Merged
merged 1 commit into from
Feb 13, 2024
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
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
Loading