chore(build): auto-generate docs
Some checks failed
Deploy to GitHub Pages / Generate docs (push) Successful in 2m5s
Deploy to GitHub Pages / sync-docs (push) Successful in 8s
Deploy to GitHub Pages / Build Docusaurus (push) Failing after 1m46s
Deploy to GitHub Pages / Deploy to GitHub Pages (push) Has been skipped

This commit is contained in:
github-actions[bot] 2025-10-26 14:14:58 +00:00
commit cef6b39701
3 changed files with 3 additions and 3 deletions

View file

@ -585,7 +585,7 @@ with a lazy extension in `lazy`.
rocks = {
enabled = true,
root = vim.fn.stdpath("data") .. "/lazy-rocks",
server = "https://nvim-neorocks.github.io/rocks-binaries/",
server = "https://lumen-oss.github.io/rocks-binaries/",
-- use hererocks to install luarocks?
-- set to `nil` to use hererocks when luarocks is not found
-- set to `true` to always use hererocks

View file

@ -669,7 +669,7 @@ will be added to the plugins spec.
rocks = {
enabled = true,
root = vim.fn.stdpath("data") .. "/lazy-rocks",
server = "https://nvim-neorocks.github.io/rocks-binaries/",
server = "https://lumen-oss.github.io/rocks-binaries/",
-- use hererocks to install luarocks?
-- set to `nil` to use hererocks when luarocks is not found
-- set to `true` to always use hererocks

View file

@ -63,7 +63,7 @@ sidebar_position: 5
rocks = {
enabled = true,
root = vim.fn.stdpath("data") .. "/lazy-rocks",
server = "https://nvim-neorocks.github.io/rocks-binaries/",
server = "https://lumen-oss.github.io/rocks-binaries/",
-- use hererocks to install luarocks?
-- set to `nil` to use hererocks when luarocks is not found
-- set to `true` to always use hererocks