Skip to content

Commit eea7b0f

Browse files
authoredFeb 4, 2024
Merge pull request #11 from vim-denops/v6-pre
📝 Rewrite documentation for denops v6
2 parents d804221 + 117c25a commit eea7b0f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+5239
-513
lines changed
 

‎.gitattributes

-1
This file was deleted.

‎.github/workflows/mdbook.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# To get started with mdBook see: https://rust-lang.github.io/mdBook/index.html
44
#
5-
name: Deploy mdBook site to Pages
5+
name: Deploy
66

77
on:
88
# Runs on pushes targeting the default branch
@@ -37,7 +37,7 @@ jobs:
3737
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y | sh
3838
rustup update
3939
cargo install --version ${MDBOOK_VERSION} mdbook
40-
cargo install mdbook-plantuml
40+
cargo install mdbook-alerts
4141
- name: Setup Pages
4242
id: pages
4343
uses: actions/configure-pages@v4

0 commit comments

Comments
 (0)
Failed to load comments.