Skip to content

Commit

Permalink
Update logo and images
Browse files Browse the repository at this point in the history
  • Loading branch information
nkwangleiGIT committed Jun 6, 2023
1 parent 651045c commit 8ff947e
Show file tree
Hide file tree
Showing 13 changed files with 1,097 additions and 328 deletions.
150 changes: 0 additions & 150 deletions docs/tech-intro/_markdown-features.mdx

This file was deleted.

7 changes: 4 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
const config = {
title: 'Framework as a Building Block for Kubernetes',
tagline: '在 Kubernetes 上以搭积木的方式构建自己的服务门户',
favicon: 'img/favicon.ico',
favicon: 'img/favicon.png',

// Set the production url of your site here
url: 'http://kubebb.k8s.com.cn',
Expand Down Expand Up @@ -61,10 +61,11 @@ const config = {
// Replace with your project's social card
image: 'img/docusaurus-social-card.jpg',
navbar: {
title: 'Kubebb',
title: '',
logo: {
alt: 'Kubebb Logo',
src: 'img/logo.svg',
src: "img/kubebb-logo-black.png",
srcDark: "img/kubebb-logo-white.png",
},
items: [
{
Expand Down
6 changes: 3 additions & 3 deletions src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import styles from './styles.module.css';
const FeatureList = [
{
title: '提供底座服务,快速开启搭建',
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
Svg: require('@site/static/img/buidling-block.svg').default,
description: (
<>
基于 Kubernetes 提供了账号、认证(OIDC)、权限(RBAC)、审计(Audit)的基础功能,采用更加标准的技术方式提供构建的底座服务
Expand All @@ -14,7 +14,7 @@ const FeatureList = [
},
{
title: '可扩展的组件管理模式',
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
Svg: require('@site/static/img/component-arch.svg').default,
description: (
<>
基于微前端框架、低代码开发,定义了标准的组件封装及发布模式,让开发者可以在底座之上按照开发规范进行组件的快速开发及部署,并在统一的服务门户上对外提供服务
Expand All @@ -23,7 +23,7 @@ const FeatureList = [
},
{
title: '开放、共享的组件市场生态',
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
Svg: require('@site/static/img/open-market.svg').default,
description: (
<>
基于 Kubebb 构建的组件均可通过开放的市场进行共享,并可以下载并部署在自己的服务门户上,让用户选择适合自己的组件进行服务的管理
Expand Down
2 changes: 1 addition & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

/* You can override the default Infima variables here. */
:root {
--ifm-color-primary: #2e8555;
--ifm-color-primary: #6396fa;
--ifm-color-primary-dark: #29784c;
--ifm-color-primary-darker: #277148;
--ifm-color-primary-darkest: #205d3b;
Expand Down
92 changes: 92 additions & 0 deletions static/img/buidling-block.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/building-base.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8ff947e

Please sign in to comment.