Markdown Basics
This page will provide you with collaboration templates,
and the bare minimum of basic tutorials,
dedicated to all of you who love to explore and contribute.
Templates Ready for Use
📃內容
Simply "copy" and "paste" the template to the desired location,
"rename" it, and you're good to go.
☢️危險
Avoid directly "modifying," "deleting," "renaming," or "moving" page templates to prevent unexpected issues for others.
Clean Markdown Template
Clean Markdown Template
Path: docs/develop/clean-template.md
Character Page Template
Character Page Template
Path: docs/develop/clean-character-template.md
Recommended Knowledge for Project Participation (Recommended Completion Order)
- Choose between Html or md (markdown)
Html learning resource: W3C Html
md learning resource: Markdown Syntax Guide
💡提示
When dealing with complex tables, both html and md may be used simultaneously,
while for simple tables, either one will suffice.
We will improve and simplify this entry barrier, but it will take time to develop,
hoping to enable more people to quickly get started.
- (optional) CSS, Javascript, Vue.js, RWD Concepts
CSS learning resource: W3C CSS
Javascript learning resource: MDN Web Docs
Vue.js learning resource: Vue.js Official Documentation
⚠️警告
These are primarily frontend technologies, which can be skipped if unfamiliar.
RWD learning resource: W3C Responsive Web Design - Introduction
📃內容
RWD stands for Responsive Web Design,
where the basic concept involves considering the display effects on different devices such as desktops, mobile phones, and tablets during layout.
- Knowledge related to vitepress framework development ref:
VitePress Official Documentation
📃內容
The usable parts of this project include the runtime API and Prev Next Links,
for other parts, you can slowly explore the official documentation