다음 단계는 뭔가요?
축하합니다! 이제 여러분은 도큐사우루스의 핵심적인 기능을 이해했습니다. 아래와 같은 기능들이죠.
- Used the pages plugin to create a standalone React / Markdown page
- Used the docs plugin to create documentation pages. This includes configuring the sidebar, and even versioning
- Used the blog plugin to create a fully featured blog
- Tried your hands on a range of Markdown features, which are useful for all content plugins
- Used stylesheets or swizzling to customize your site's appearance
- Included images and other assets in your pages
- Added search to your site
- Understood how browser support and SEO are done through standard Docusaurus APIs
- Learned about how individual plugins are installed and configured
- Deployed your site to a content host
- Internationalized your site to include multiple languages
At this point, you probably have a big docusaurus.config.js
already😄 However, you haven't written much code yet! 대부분의 기능은 캡슐화된 도큐사우루스 API를 호출해서 구현됩니다. 여정을 계속하면서 세 가지 경로를 선택할 수 있습니다.
- 고급 도큐사우루스 개념에 대해 알아보세요. API가 어떻게 동작하는지 더 깊이 이해하는데 도움이 됩니다.
- Read about all existing APIs. 아직 많은 부분이 가이드에서 다루어지지 못했습니다!
- Learn to develop a plugin to extend the functionality of your site.