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

Initialize the product documentation #15

Merged
merged 1 commit into from
Aug 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
10 changes: 10 additions & 0 deletions blog/2022-07-28-seimotech.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ authors: Samzong
tags: [seimotech, recommend]
---

## SeimIO

盛茂云佳 成立于 2022 年 07 月 28 日。

> 相关的关键字

- SeimIO
- seimotech
- 盛茂云佳
- samcloud
- samzong

我们愿景:帮助用户,成就用户,成就团队。
1 change: 0 additions & 1 deletion docs/en/docs/kpanda/README.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/en/docs/skoala/README.md

This file was deleted.

21 changes: 18 additions & 3 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,22 @@
sidebar_position: 1
---

# 开篇之语
# 一人企业的创业者模式

- 很荣幸的采用 `Docusaurus` [去了解](https://docusaurus.io/)
- Hosting on Github
这是一个让我更舒适的创业者模式,我称之为“一人企业”。

它的核心是,你可以在不招募任何人的情况下,通过自己的努力,建立一个可以持续运营的企业。

虽然这个模式存在着一些局限性和不确定性,我将会在接下来的 1-2 年时间内,尝试用这个模式来创业。

## 为什么要创业

我认为,创业是一种非常有趣的生活方式,它可以让你在不断的挑战中,不断的成长。

## 为什么要一人创业

拒绝盲目增长,坚持小规模发展。

## 如何保证技术的可行性

你不必成为一个领域的世界级专家才算擅长。人们通常最喜欢从只比他们稍微领先几步的人那里学习。
1 change: 0 additions & 1 deletion docs/zh/docs/kpanda/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/zh/docs/skoala/README.md

This file was deleted.

32 changes: 16 additions & 16 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');

/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'SeimoIO',
tagline: '我们将致力于建设一个更美好的世界',
title: 'SeimoIO Technology',
tagline: '致力于建设一个更美好的世界',
url: 'https://www.seimotech.com',
baseUrl: '/',
onBrokenLinks: 'throw',
Expand All @@ -16,7 +16,7 @@ const config = {

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'seimoio', // Usually your GitHub org/user name.
organizationName: 'SeimoIO', // Usually your GitHub org/user name.
projectName: 'website', // Usually your repo name.

// Even if you don't use internalization, you can use this field to set useful
Expand All @@ -39,11 +39,11 @@ const config = {
editUrl: 'https://github.com/seimoio/website/tree/main/',
showLastUpdateAuthor: true,
showLastUpdateTime: true,
versions: {
current: {
label: `Next 🚧`,
},
},
// versions: {
// current: {
// label: `Next 🚧`,
// },
// },
},
blog: {
showReadingTime: true,
Expand Down Expand Up @@ -72,14 +72,14 @@ const config = {
{to: '/', label: '首页', position: 'left'},
{to: '/docs/intro', label: '文档', position: 'left'},
{to: '/blog', label: '博客', position: 'left'},
{
type: "docsVersionDropdown",
position: "right",
},
{
type: 'localeDropdown',
position: 'right',
},
// {
// type: "docsVersionDropdown",
// position: "right",
// },
// {
// type: 'localeDropdown',
// position: 'right',
// },
{
href: 'https://github.com/seimoio/website',
label: 'GitHub',
Expand Down
10 changes: 5 additions & 5 deletions src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ import styles from './styles.module.css';

const FeatureList = [
{
title: '易于使用',
title: '一人创业者模式',
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
description: (
<>
Docusaurus 从一开始就设计为易于安装用于快速启动和运行您的网站
拒绝盲目增长,坚持小规模发展
</>
),
},
Expand All @@ -17,16 +17,16 @@ const FeatureList = [
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
description: (
<>
Docusaurus 让您专注于文档,帮助您解决其他事情。默认文档在 <code>docs</code> 目录中
专注于眼前的工作,并时刻准备着
</>
),
},
{
title: '轻易扩展',
title: '创业者思维',
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
description: (
<>
Docusaurus 使用 React 来实现插件能力,支持方便扩展或自定义您的网站和布局
摆脱思维局限,勇敢去尝试更多事物
</>
),
},
Expand Down
8 changes: 0 additions & 8 deletions versioned_docs/version-1.0.0/intro.md

This file was deleted.

8 changes: 0 additions & 8 deletions versioned_docs/version-1.1.0/intro.md

This file was deleted.

8 changes: 0 additions & 8 deletions versioned_sidebars/version-1.0.0-sidebars.json

This file was deleted.

8 changes: 0 additions & 8 deletions versioned_sidebars/version-1.1.0-sidebars.json

This file was deleted.

4 changes: 0 additions & 4 deletions versions.json

This file was deleted.

Loading