mirror of
https://github.com/halo-dev/docs.git
synced 2026-01-13 06:03:55 +08:00
chore: refine plugin development documentation (#503)
* chore: refine plugin development documentation Signed-off-by: Ryan Wang <i@ryanc.cc> * chore: refine plugin development documentation Signed-off-by: Ryan Wang <i@ryanc.cc> * chore: refine plugin development documentation Signed-off-by: Ryan Wang <i@ryanc.cc> --------- Signed-off-by: Ryan Wang <i@ryanc.cc>
This commit is contained in:
@@ -202,15 +202,13 @@ const config = {
|
||||
prism: {
|
||||
theme: darkCodeTheme,
|
||||
darkTheme: darkCodeTheme,
|
||||
additionalLanguages: ["java", "json", "sql"],
|
||||
additionalLanguages: ["java", "json", "sql", "diff"],
|
||||
},
|
||||
zoom: {
|
||||
selector: ".markdown :not(a) > img",
|
||||
},
|
||||
}),
|
||||
plugins: [
|
||||
require.resolve("docusaurus-plugin-image-zoom"),
|
||||
],
|
||||
plugins: [require.resolve("docusaurus-plugin-image-zoom")],
|
||||
scripts: [
|
||||
{
|
||||
src: "https://track.halo.run/api/script.js",
|
||||
|
||||
Reference in New Issue
Block a user