Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 757480c

Browse files
authored
docs: update
1 parent c842c86 commit 757480c

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

docs/README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,17 @@ module.exports = {
2626

2727
## Tutorials
2828

29-
### Classifier
29+
### Document Classifier
3030

31-
This plugin creates a concept named `classifier`. All files in a directory (e.g. `_post`) should be the
32-
same classification, all pages containing the same specific frontmatter key value (e.g. `tag: js`) can also be a
33-
classification.
31+
`Document classifier` is a set of functions that can classify pages with the same characteristics. For a blog developer, the same characteristics may exist between different pages as follows:
3432

35-
So there are two different types of classification. Of course, both of them may be related to another common
36-
requirement, `pagination`. Next, let's take a look at the benefits of this plugin from the shallow to the deep.
33+
- Pages put in a directory (e.g. `_post`)
34+
- Pages containing the same specific frontmatter key value (e.g. `tag: js`).
35+
36+
Of course, both of them may be related to another common
37+
requirement, `pagination`.
38+
39+
So, how to combine them skillfully? Next, let's take a look at how this plugin solve these problems.
3740

3841

3942
### Directory Classifier

0 commit comments

Comments
 (0)