.github/workflows | ||
.obsidian | ||
blog | ||
docs | ||
group | ||
journal | ||
life | ||
src | ||
static | ||
templates | ||
wiki | ||
work | ||
.gitignore | ||
babel.config.js | ||
docusaurus.config.js | ||
License | ||
package-lock.json | ||
package.json | ||
README_EN.md | ||
README.md | ||
sidebars.js |
7Wate Knowledge Base
Always For Freedom. A guy who likes to think outside the box 💨
I record knowledge here and hope it can be helpful to you.
Table of Contents
markdownCopy codeWiki
├─ Blog
├─ Wiki
│ ├─ Basic Introduction
│ ├─ Programming Languages
│ ├─ Data Structures and Algorithms
│ ├─ Computer Organization
│ ├─ Computer Networks
│ ├─ Operating Systems
│ ├─ Database Systems
│ ├─ Computer System Security
│ ├─ Software Engineering
│ └─ Compiler Design
├─ Career
│ ├─ Job Seeking
│ ├─ DevOps Engineer
│ └─ Information Security Engineer
├─ Organizations
│ ├─ Open Source Communities
│ ├─ Modern Enterprises
│ └─ National Governments
├─ Life
└─ Log
Branches
markdownCopy codeMain Main Branch
├─ dev Development Branch
└─ phone Mobile Branch
CI&CD
-
build.yml
: Automatically build the static website from the main branch and deploy it to the html branch. -
algolia.yml
: Automatically crawl and push to Algolia at 02:00 every Wednesday.- Set the
ALGOLIA_ADMIN_API_KEY
andALGOLIA_APP_ID
repository environment keys. For the specific steps to obtain the key, please read Building Excellent Personal Wiki with Docusaurus. - Modify the
start_urls
andsitemap_urls
values in the.github\workflows\docsearch.json
directory to correspond to the website.
- Set the
Contribution
Welcome to fork and contribute, and provide guidance and correction. 👊
License
- All original code is licensed under the GPL-3.0 license, and original non-code content is licensed under the Attribution-ShareAlike 4.0 International license.
- All referenced third-party content is for academic use only. Copyright and ownership of the content belong to the original authors. If there is any infringement, please contact us by email for deletion.
- Docusaurus is MIT licensed.
Acknowledgments
Thanks to the selfless contributions of third-party original authors!
Thanks to the maintenance and development of the Docusaurus project!