| commit | d3fbff0a90a989cb3af220125ffd8137e095ea9c | [log] [tgz] |
|---|---|---|
| author | Justin Mclean <justin@datastrato.com> | Thu May 08 12:22:26 2025 +0800 |
| committer | Justin Mclean <justin@datastrato.com> | Thu May 08 12:22:26 2025 +0800 |
| tree | 9ce4f50c4a76e5652a4adf7a0f318135a94bc5c7 | |
| parent | e55e01695dd265a5fb521886268477a59fc42aec [diff] |
improve release blog
This project is based on the ASF Docusaurus template.
To setup the initial website after checking out the code from GitHub:
pnpm install
To build the website use:
pnpm run build
To test the website use:
pnpm run serve
To clean the website use:
pnpm run clear
pnpm gen:version 0.0.0
This is an icon <Icon icon='bx:x' fontSize='24px' />
<Image img={require('./assets/xx/x.png')} style={{ width: 480 }} />
<Video url='https://www.youtube.com/watch?v=dpkvYpDVgm4' />
<Tabs> <TabItem value='tab1' label='Tab1' default> Tab1 content </TabItem> <TabItem value='tab2' label='Tab2'> Tab2 content </TabItem> </Tabs> or <Tabs defaultValue='tab1' values={[ { label: 'Tab1', value: 'tab1' }, { label: 'Tab2', value: 'tab2' } ]} > <TabItem value='tab1'> Tab1 content </TabItem> <TabItem value='tab2'> Tab2 content </TabItem> </Tabs>
<Highlight color='#fff' bg='#6877ef'>highlight</Highlight>
A GitHub Actions workflow deploys the generated website content to the asf-site branch. It would work automatically.