Skip to content

Commit 1b70f6c

Browse files
authored
fix: more rocks -> lux renames (#1)
1 parent feb0ba9 commit 1b70f6c

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Rocks Documentation Site
1+
# Lux Documentation Site
22

3-
This is the source code for the Rocks Documentation Site.
3+
This is the source code for the Lux Documentation Site.
44
This readme is a temporary placeholder until the site is fully ready.

docs/tutorial/08-publishing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ type = "builtin"
6464
With the API key in hand, we can now publish our rock. Run the following command in your project directory:
6565

6666
```sh
67-
ROCKS_API_KEY=your-api-key lux upload
67+
LUX_API_KEY=your-api-key lux upload
6868
```
6969

7070
`lux` will now package your project and upload it to luarocks!

docs/tutorial/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Welcome to the official `lux` documentation.
1010
Here you will find all sorts of resources ready to get you
1111
started on your Lua journey!
1212

13-
## What is Rocks?
13+
## What is Lux?
1414

1515
`lux` is a package manager for [Lua](https://lua.org). Its purpose is to manage
1616
Lua projects, dependencies, build scripts and more for you, so you

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const config: Config = {
1717

1818
// GitHub pages deployment config.
1919
// If you aren't using GitHub pages, you don't need these.
20-
organizationName: 'rocks', // Usually your GitHub org/user name.
20+
organizationName: 'nvim-neorocks', // Usually your GitHub org/user name.
2121
projectName: 'lux', // Usually your repo name.
2222

2323
onBrokenLinks: 'throw',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "rocks-site",
2+
"name": "lux-site",
33
"version": "0.0.0",
44
"private": true,
55
"scripts": {

0 commit comments

Comments
 (0)