diff --git a/.changeset/pr-812-2107152275.md b/.changeset/pr-812-2107152275.md new file mode 100644 index 000000000..821992b2e --- /dev/null +++ b/.changeset/pr-812-2107152275.md @@ -0,0 +1,5 @@ + +--- +"fusion-project-portal": patch +--- +Add link to CC App sharepoint site in the Help section diff --git a/client/apps/portal-administration/package.json b/client/apps/portal-administration/package.json index 53a805527..e7e09d777 100644 --- a/client/apps/portal-administration/package.json +++ b/client/apps/portal-administration/package.json @@ -7,7 +7,7 @@ "main": "src/index.ts", "scripts": { "build:apps": "fusion-framework-cli app build", - "dev": "fusion-framework-cli app dev", + "dev:apps": "fusion-framework-cli app dev", "docker": "cd .. && sh docker-script.sh app-react", "bundle": "fusion-framework-cli app pack" }, diff --git a/client/packages/components/src/components/help/Help.tsx b/client/packages/components/src/components/help/Help.tsx index 5a0074ed2..97748f66b 100644 --- a/client/packages/components/src/components/help/Help.tsx +++ b/client/packages/components/src/components/help/Help.tsx @@ -26,7 +26,8 @@ export const Help = ({ action, onClose, open }: PortalActionProps) => { Welcome to the Fusion Project Portal! - The application is created to show a complete view of fusion applications customized for the chosen project. + The application is created to show a complete view of fusion applications customized for the + chosen project.
@@ -69,6 +70,16 @@ export const Help = ({ action, onClose, open }: PortalActionProps) => { href="https://equinor.github.io/fusion-project-portal-internal/docs/documentation/CHANGELOG" /> + + + Project Portal Help + + + diff --git a/client/packages/components/src/components/help/HelpMenu.tsx b/client/packages/components/src/components/help/HelpMenu.tsx index 789807672..0484843a6 100644 --- a/client/packages/components/src/components/help/HelpMenu.tsx +++ b/client/packages/components/src/components/help/HelpMenu.tsx @@ -1,5 +1,5 @@ import { Button, Icon, Menu } from '@equinor/eds-core-react'; -import { file_description, help_outline, info_circle, launch, report_bug } from '@equinor/eds-icons'; +import { file_description, help, help_outline, info_circle, launch, report_bug } from '@equinor/eds-icons'; import { useRef, useState } from 'react'; import styled from 'styled-components'; @@ -69,6 +69,13 @@ export const HelpMenu = ({ setActiveActionById }: { setActiveActionById: (id: st User Documentation + + Project Portal User Guide +