You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: update docs pages with preamble, update nav (#341)
* updating with home page and new nav
* move title to readme
* cleanup list hang a bit more
* Fixed left nav scrolling issue
* Refactored the left nav to group and sort nav items
is recommended. Doing so will bring in only the component you are using instead of the whole library, which will reduce your bundle size significantly.
47
+
> **NOTE:** Importing from `lib` is recommended. Doing so will bring in only the component you are using instead of the whole library, which will reduce your bundle size significantly.
53
48
54
49
55
50
## Versioning
56
51
57
-
The `fundamental-react` library follows [Semantic Versioning](https://semver.org/). These components strictly adhere to the [MAJOR].[MINOR].[PATCH] numbering system (also known as [BREAKING].[FEATURE].[FIX]).
52
+
The `fundamental-react` library follows [Semantic Versioning](https://semver.org/). These components strictly adhere to the `[MAJOR].[MINOR].[PATCH]` numbering system (also known as `[BREAKING].[FEATURE].[FIX]`).
58
53
59
-
Merges to the `master` branch will be published as a prerelease. Prereleases will include an **rc** version (_e.g._[MAJOR].[MINOR].[PATCH]-rc.[RC]).
54
+
Merges to the `master` branch will be published as a prerelease. Prereleases will include an **rc** version (_e.g._ `[MAJOR].[MINOR].[PATCH]-rc.[RC]`).
60
55
61
56
## Known Issues
62
57
@@ -68,7 +63,7 @@ If you encounter an issue or want to request a feature, you can [create an issue
68
63
69
64
## Contributing
70
65
71
-
If you want to contribute, please check the [Contribution Guidelines](./.github/CONTRIBUTING.md). Also see our [Developer Guide to Getting Started](https://github.com/SAP/fundamental-react/wiki/Developer-Guide).
66
+
If you want to contribute, please check the [Contribution Guidelines](https://github.com/SAP/fundamental-react/blob/master/.github/CONTRIBUTING.md). Also see our [Developer Guide to Getting Started](https://github.com/SAP/fundamental-react/wiki/Developer-Guide).
0 commit comments