diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 701847f6..c8661241 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -22,12 +22,8 @@ const config = { { redirects: [ { - to: '/docs/learn/concepts', - from: '/docs/learn/genai', - }, - { - to: '/docs/learn/concepts/genai', - from: '/docs/learn/concepts', + to: '/docs/learn/hal9', + from: '/docs', }, ], }, diff --git a/website/learn/hal9/index.md b/website/learn/hal9/index.md index c4ee3ac9..7be3b328 100644 --- a/website/learn/hal9/index.md +++ b/website/learn/hal9/index.md @@ -12,6 +12,4 @@ Hal9's user interface is a web application that showcases the main use cases on Hal9's developer interface consists of a powerful open-source library which enables developers to build AI coworkers of arbitrary complexity. Developers can write and modify code from Hal9's user interface or deploy from other developer services like GitHub. -
- This enables business users to rapidly create AI coworkers and for developers to enhance them with arbitrary complexity that fulfills the business user needs. diff --git a/website/screenshots/screenshots.js b/website/screenshots/screenshots.js index 3e65d5df..9e52e272 100644 --- a/website/screenshots/screenshots.js +++ b/website/screenshots/screenshots.js @@ -55,10 +55,12 @@ async function collectScreenshots(dark) { await page.setViewport({ width: 1024, height: 600 }); await page.goto('http://localhost:5000/explore?guest', { waitUntil: 'networkidle2' }); - await page.screenshot({ path: '../static/screenshots/hal9-start-light.png' }); - + if (dark) await page.click('#switch-dark'); await page.waitForTimeout(500); + + await page.screenshot({ path: '../static/screenshots/hal9-start-' + (dark ? 'dark' : 'light') + '.png' }); + await performActions(page, actions, dark ? '-dark' : '-light'); console.log('Screenshot taken and saved as screenshot.png'); diff --git a/website/src/pages/index.md b/website/src/pages/index.md index c40676df..9c2a83a9 100644 --- a/website/src/pages/index.md +++ b/website/src/pages/index.md @@ -5,7 +5,7 @@ import { Floating } from '../components/floating.jsx'; Our documentation can help you learn how to use and create coworkers using our [Hal9](learn/hal9/explore), using [code](learn/code) and important [concepts](learn/concepts) relevant in generative AI solutions.
- Learn how to use and create coworkers using our [product](learn/hal9), [code](learn/code) and important [concepts](learn/concepts) relevant in generative AI solutions. - Reference a comprehensive list of developer functions to code sophisticated generative AI solutions. + Learn how to use and create coworkers using our [product](learn/hal9/explore), [code](learn/code) and important [concepts](learn/concepts) relevant in generative AI solutions. + Reference a comprehensive list of developer functions to code sophisticated generative AI solutions. Get updates on the latest product and code updates, subscribe for email updates.
diff --git a/website/static/screenshots/hal9-chat-user-dark.png b/website/static/screenshots/hal9-chat-user-dark.png index 7252396e..60a8136b 100644 Binary files a/website/static/screenshots/hal9-chat-user-dark.png and b/website/static/screenshots/hal9-chat-user-dark.png differ diff --git a/website/static/screenshots/hal9-chat-user-light.png b/website/static/screenshots/hal9-chat-user-light.png index 6c749c23..f207c286 100644 Binary files a/website/static/screenshots/hal9-chat-user-light.png and b/website/static/screenshots/hal9-chat-user-light.png differ diff --git a/website/static/screenshots/hal9-chat-welcome-dark.png b/website/static/screenshots/hal9-chat-welcome-dark.png index e106dab7..a4839f11 100644 Binary files a/website/static/screenshots/hal9-chat-welcome-dark.png and b/website/static/screenshots/hal9-chat-welcome-dark.png differ diff --git a/website/static/screenshots/hal9-create-create-dark.png b/website/static/screenshots/hal9-create-create-dark.png index 7649d771..c09101a6 100644 Binary files a/website/static/screenshots/hal9-create-create-dark.png and b/website/static/screenshots/hal9-create-create-dark.png differ diff --git a/website/static/screenshots/hal9-create-data-dark.png b/website/static/screenshots/hal9-create-data-dark.png index 75cd508a..e208e340 100644 Binary files a/website/static/screenshots/hal9-create-data-dark.png and b/website/static/screenshots/hal9-create-data-dark.png differ diff --git a/website/static/screenshots/hal9-create-message-dark.png b/website/static/screenshots/hal9-create-message-dark.png index 86ea65cc..ac6c7fb2 100644 Binary files a/website/static/screenshots/hal9-create-message-dark.png and b/website/static/screenshots/hal9-create-message-dark.png differ diff --git a/website/static/screenshots/hal9-create-name-dark.png b/website/static/screenshots/hal9-create-name-dark.png index 4866a059..177a0d2f 100644 Binary files a/website/static/screenshots/hal9-create-name-dark.png and b/website/static/screenshots/hal9-create-name-dark.png differ diff --git a/website/static/screenshots/hal9-create-name-light.png b/website/static/screenshots/hal9-create-name-light.png index 325b14ec..e0221290 100644 Binary files a/website/static/screenshots/hal9-create-name-light.png and b/website/static/screenshots/hal9-create-name-light.png differ diff --git a/website/static/screenshots/hal9-explore-dark.png b/website/static/screenshots/hal9-explore-dark.png index f4689be3..bb6b7264 100644 Binary files a/website/static/screenshots/hal9-explore-dark.png and b/website/static/screenshots/hal9-explore-dark.png differ diff --git a/website/static/screenshots/hal9-explore-hal9-dark.png b/website/static/screenshots/hal9-explore-hal9-dark.png index 32561e3c..2f8eaeb6 100644 Binary files a/website/static/screenshots/hal9-explore-hal9-dark.png and b/website/static/screenshots/hal9-explore-hal9-dark.png differ diff --git a/website/static/screenshots/hal9-explore-hal9-light.png b/website/static/screenshots/hal9-explore-hal9-light.png index 77326127..84a917ea 100644 Binary files a/website/static/screenshots/hal9-explore-hal9-light.png and b/website/static/screenshots/hal9-explore-hal9-light.png differ diff --git a/website/static/screenshots/hal9-explore-light.png b/website/static/screenshots/hal9-explore-light.png index d455d060..ebfa7c8c 100644 Binary files a/website/static/screenshots/hal9-explore-light.png and b/website/static/screenshots/hal9-explore-light.png differ diff --git a/website/static/screenshots/hal9-start-dark.png b/website/static/screenshots/hal9-start-dark.png new file mode 100644 index 00000000..e65e97b0 Binary files /dev/null and b/website/static/screenshots/hal9-start-dark.png differ