cách setup comment
settup github
vào https://github.com/ đăng ký tài khoản
vào https://github.com/new tạo mới một repository
vào setting
kéo xuống phần Features , chọn "Set up discussions" , sửa những thông tin ở "Start a new discussion" và nhấn "start discussion"
setup Giscus
vào trang https://github.com/apps/giscus
nhấn config ,
ở phần Repository access thì chọn "only" repo vừa tạo
lấy repository API key
Đăng nhập vào GraphQL API Explorer. và dán đoạn code bên dưới , nhớ thay nameOfYourGitHubAccount , nameOfCreatedRepository tương ứng lưu lại 2 thông tin id của repository và General tương ứng
query {
repository(owner: "nameOfYourGitHubAccount", name:"nameOfCreatedRepository"){
id
discussionCategories(first:10) {
edges {
node {
id
name
}
}
}
}
}
Sửa Code
mở file docusaurus.config.ts và thay thế tương ứng
comment
Quản lý comment
truy cập reposive trên github , vào phần discussions sẽ thấy những comment xuất hiện ở đây