You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- View the [Documentation](https://nwn-dotnet.github.io/Anvil/)
12
+
- View the [API Reference](https://nwn-dotnet.github.io/Anvil/api/Anvil.html)
13
13
- Join the community: [](https://discord.gg/CukSHZq)
14
14
15
15
## Getting Started
16
16
17
-
New to Anvil and want to know how to get a server running? Have a look through our install guides: https://github.com/nwn-dotnet/Anvil/wiki/Installing-Anvil
17
+
New to Anvil and want to know how to get a server running? Have a look through our install guides: https://nwn-dotnet.github.io/Anvil/docs/install/docker.html
18
18
19
-
Want to write some scripts in C# or develop a new plugin? Have a look through our plugin development guides: https://github.com/nwn-dotnet/Anvil/wiki/Plugin-Development
19
+
Want to write some scripts in C# or develop a new plugin? Have a look through our plugin development guides: https://nwn-dotnet.github.io/Anvil/docs/development/setup.html
20
20
21
21
## Compiling Anvil
22
22
Anvil is a [.NET 8](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) project, and you will need the appropriate SDKs to compile and build the project.
@@ -35,7 +35,7 @@ To run tests locally, install the plugins in the anvil home directory as documen
35
35
## Contributions
36
36
All contributions are welcome!
37
37
38
-
Join the discussion on the NWN Developer Discord [Discord](https://discord.gg/CukSHZq), and also see our [contribution guidelines](https://github.com/nwn-dotnet/Anvil/blob/development/CONTRIBUTING.md).
38
+
Join the discussion on the NWN Developer Discord [Discord](https://discord.gg/CukSHZq), and also see our [contribution guidelines](https://github.com/nwn-dotnet/Anvil/blob/development/CONTRIBUTING.md).
39
39
40
40
## Credits
41
41
The Anvil Framework builds heavily on the foundations of the [NWNX:EE DotNET plugin](https://github.com/nwnxee/unified/tree/master/Plugins/DotNET) that was written by [Milos Tijanic](https://github.com/mtijanic"Milos Tijanic"), and derives several service implementations from plugins developed by the NWNX:EE team and its contributors.
0 commit comments