From 2bf817e4831cc33a9fa40423b16d39b9b8aeb09e Mon Sep 17 00:00:00 2001 From: Anders Date: Tue, 28 Mar 2023 15:43:04 +0200 Subject: [PATCH] docs(Best Practices): adds links to children pages (#2161) --- .../src/docs/uilib/usage/best-practices.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/dnb-design-system-portal/src/docs/uilib/usage/best-practices.mdx b/packages/dnb-design-system-portal/src/docs/uilib/usage/best-practices.mdx index 89a6e91d290..84c17c1162a 100644 --- a/packages/dnb-design-system-portal/src/docs/uilib/usage/best-practices.mdx +++ b/packages/dnb-design-system-portal/src/docs/uilib/usage/best-practices.mdx @@ -8,3 +8,10 @@ order: 6 # Best Practices Following the information about best practices for web frontend development, means a higher chance for getting styling right, but also increases the possible quality, consistency and the user experience of the product. + +For details, have a look at the submenu for all the "best practices" topics: + +- [Best Practices for styling](/uilib/usage/best-practices/for-styling) +- [Best Practices for JavaScript](/uilib/usage/best-practices/for-javascript) +- [Best Practices for typography](/uilib/usage/best-practices/for-typography) +- [Best Practices for testing](/uilib/usage/best-practices/for-testing)