개요
⚡️ Docusaurus will help you ship a beautiful documentation site in no time.
💸 맞춤형 기술 스택을 직접 구축하는 것은 많은 비용이 듭니다. Instead, focus on your content and just write Markdown files.
💥 더 많은 기능이 필요한가요? Use advanced features like versioning, i18n, search and theme customizations.
💅 Check the best Docusaurus sites for inspiration and read some testimonials.
🧐 Docusaurus is a static-site generator. It builds a single-page application with fast client-side navigation, leveraging the full power of React to make your site interactive. It provides out-of-the-box documentation features but can be used to create any kind of site (personal website, product, blog, marketing landing pages, etc).
Fast Track ⏱️
Understand Docusaurus in 5 minutes by playing!
Create a new Docusaurus site and follow the very short embedded tutorial.
Install Node.js and create a new Docusaurus site:
npx create-docusaurus@latest my-website classic
사이트를 시작합니다.
cd my-website
npx docusaurus start
Open http://localhost:3000
and follow the tutorial.
Use docusaurus.new to test Docusaurus immediately in your browser!
Or read the 5-minute tutorial online.
도큐사우루스: 문서화를 좀 더 쉽게 만들어줍니다
In this presentation at Algolia Community Event, Meta Open Source team shared a brief walk-through of Docusaurus. 프로젝트를 시작하고 플러그인을 활성화하고 문서, 블로그 같은 기능을 설정하는 방법을 다루었습니다.
Migrating from v1
Docusaurus v2 has been a total rewrite from Docusaurus v1, taking advantage of a completely modernized toolchain. After v2's official release, we highly encourage you to use Docusaurus v2 over Docusaurus v1, as Docusaurus v1 has been deprecated.
A lot of users are already using Docusaurus v2 (trends).
Use Docusaurus v2 if:
- ✅ 최신의 잼스택(Jamstack) 문서 사이트를 만들고자 할 때
- ✅ 클라이언트 사이드 라우팅을 적용한 단일 페이지 애플리케이션(SPA)을 만들고자 할 때
- ✅ 리액트와 MDX의 최적의 조합을 활용하고자 할 때
- ✅ IE11 사용자는 고려하지 않아도 될 때
Use Docusaurus v1 if:
- ❌ 단일 페이지 애플리케이션(SPA)을 사용하고 싶지 않을 때
- ❌ IE11 사용자에 대한 지원이 필요할 때(아마 여러분도 아시겠지만... IE has already reached end-of-life and is no longer officially supported)
For existing v1 users that are seeking to upgrade to v2, you can follow our migration guide.
Features
v2로 업그레이드하려는 기존 v1 사용자는 마이그레이션 가이드를 참고하세요.