Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade The HomePage Style #409

Open
wants to merge 22 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
222e5a0
[Improve] Add add users in home page
kortin99 Jun 23, 2024
5041118
[Improve] Remove users without profile images
kortin99 Jul 1, 2024
6f6b3d7
[Fix] Fix correct users redirect links in zh-CN
kortin99 Jul 1, 2024
898f70b
[Fix] Fix typo
kortin99 Jul 1, 2024
e007ac2
[Fix] Rename module name to avoid generate route by Docusaurus
kortin99 Jul 1, 2024
6e06596
[Improve] Add shell command and new wave SVG
kortin99 Jul 5, 2024
98ab60e
[Improve] Optimize key feature cards style and shell code in mobile
kortin99 Jul 8, 2024
5b27d3c
[Fix] fix typo
kortin99 Jul 9, 2024
637bfa0
[Improve]: Optimize the initialization of the AOS library to improve …
kortin99 Jul 15, 2024
99236a4
[Chore] Support Tailwind CSS
kortin99 Jul 17, 2024
9657cda
[Refactor] Refactor the HomePage
kortin99 Jul 22, 2024
fc0992d
[Improve] Add get start button hover style
kortin99 Jul 28, 2024
682fb36
[Fix] Update max-width of ShellCommand component to be responsive
kortin99 Jul 28, 2024
e70c392
[Fix] fix team page user avatar display
kortin99 Jul 28, 2024
6bb3b3d
[Improve] Add bubble animation to Key Feature cards
kortin99 Jul 28, 2024
4a26421
[Improve] Add video controller
kortin99 Jul 29, 2024
25fc04d
[Fix] fix GitHub state cache not work
kortin99 Jul 29, 2024
bdb1e56
[Improve] AchievementBanner component styles
kortin99 Jul 29, 2024
208e064
[Improve] Update user page
kortin99 Aug 6, 2024
2ac353c
[Improve] Add icons to AchievementBanner component
kortin99 Aug 6, 2024
c553afe
[Improve] implement blur effect for navbar
kortin99 Aug 6, 2024
ca2f95d
Merge branch 'refactor/homepage' into dev
kortin99 Aug 18, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,17 @@ const config = {
sidebarPath: require.resolve('./sidebars.js'),
},
],
async function tailwindcssPlugin(context, options) {
return {
name: 'docusaurus-tailwindcss',
configurePostCss(postcssOptions) {
// Appends TailwindCSS and AutoPrefixer.
postcssOptions.plugins.push(require('tailwindcss'));
postcssOptions.plugins.push(require('autoprefixer'));
return postcssOptions;
},
};
},
// load github info
path.resolve(__dirname, 'plugins', 'github-info')
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ wget https://raw.githubusercontent.com/apache/incubator-streampark/dev/docker/do
wget https://raw.githubusercontent.com/apache/incubator-streampark/dev/docker/.env
docker-compose up -d
```
服务启动后,可以通过 http://localhost:10000 访问 StreamPark,同时也可以通过 http://localhost:8081访问Flink。访问StreamPark链接后会跳转到登陆页面,StreamPark 默认的用户和密码分别为 admin 和 streampark。想要了解更多操作请参考用户手册快速上手。
服务启动后,可以通过 http://localhost:10000 访问 StreamPark,同时也可以通过 http://localhost:8081 访问Flink。访问StreamPark链接后会跳转到登陆页面,StreamPark 默认的用户和密码分别为 admin 和 streampark。想要了解更多操作请参考用户手册快速上手。
![](/doc/image/streampark_docker-compose.png)

该部署方式会自动给你启动一个flink-session集群供你去进行flink任务使用,同时也会挂载本地docker服务以及~/.kube来用于k8s模式的任务提交
Expand Down
23 changes: 13 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,36 +16,39 @@
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "3.3.2",
"@docusaurus/plugin-content-docs": "3.3.2",
"@docusaurus/preset-classic": "3.3.2",
"@docusaurus/theme-common": "3.3.2",
"@docusaurus/theme-mermaid": "3.3.2",
"@docusaurus/utils-common": "3.3.2",
"@docusaurus/core": "3.4.0",
"@docusaurus/plugin-content-docs": "3.4.0",
"@docusaurus/preset-classic": "3.4.0",
"@docusaurus/theme-common": "3.4.0",
"@docusaurus/theme-mermaid": "3.4.0",
"@docusaurus/utils-common": "3.4.0",
"@easyops-cn/docusaurus-search-local": "^0.36.0",
"@mdx-js/react": "^3.0.1",
"@svgr/webpack": "^6.5.1",
"aos": "^2.3.4",
"autoprefixer": "^10.4.19",
"clsx": "^1.2.1",
"file-loader": "^6.2.0",
"framer-motion": "^10.18.0",
"module-type-aliases@3.3.2": "link:docusaurus/module-type-aliases@3.3.2",
"postcss": "^8.4.39",
"prism-react-renderer": "^1.3.5",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.3.1",
"react-fast-marquee": "^1.6.4",
"react-tsparticles": "^2.12.2",
"sass-loader": "^13.3.3",
"tailwindcss": "^3.4.6",
"url-loader": "^4.1.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.4.3",
"@tsconfig/docusaurus": "^1.0.7",
"@docusaurus/module-type-aliases": "3.4.0",
"@tsconfig/docusaurus": "^2.0.3",
"docusaurus-plugin-less": "^2.0.2",
"less": "^4.2.0",
"less-loader": "^10.2.0",
"typescript": "^4.9.5"
"typescript": "^5.5.3"
},
"browserslist": {
"production": [
Expand Down
Loading