Skip to content

Commit 3bf4553

Browse files
committed
Remove empty page, remove missing image
1 parent 1df4c01 commit 3bf4553

File tree

4 files changed

+0
-7
lines changed

4 files changed

+0
-7
lines changed

docfx_project/articles/intro.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docfx_project/articles/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
- name: Introduction
2-
href: intro.md
31
- name: Tutorials
42
href: tutorials/toc.yml
53
topicHref: tutorials/overview.md

docfx_project/articles/tutorials/hello-world-detailed/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,8 +485,6 @@ You'll have to rebuild and reinstall the module when you make changes in C#.
485485
* To unload the module execute this lua function: `dotnet.unload("GmodHelloWorld")`
486486
* In our case we use `lua_run dotnet.unload("GmodHelloWorld")` to unload the module serverside (because we loaded it with `lua_run` on the server before)
487487

488-
![unload-all](../hello-world/images/unload-all.png)
489-
490488
3. Now that the module is unloaded you can overwrite it with the new files.
491489

492490
4. Reload the module the same way we loaded it before (with `dotnet.load("GmodHelloWorld")`)

docfx_project/articles/tutorials/hello-world/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,6 @@ You'll have to rebuild and reinstall the module when you make changes in C#.
232232
* To unload the module execute this lua function: `dotnet.unload("GmodHelloWorld")`
233233
* In our case we use `lua_run dotnet.unload("GmodHelloWorld")` to unload the module serverside (because we loaded it with `lua_run` on the server before)
234234

235-
![unload-all](images/unload-all.png)
236-
237235
2. Now that the module is unloaded you can overwrite it with the new files.
238236

239237
3. Reload the module the same way we loaded it before (with `dotnet.load("GmodHelloWorld")`)

0 commit comments

Comments
 (0)