From 0cd8482f07aadab6de27aa7395de5408737093ad Mon Sep 17 00:00:00 2001 From: William 'psyFi' Hatcher Date: Sun, 13 Aug 2017 06:32:12 -0500 Subject: Rename docs folder to dev-docs (#3898) + Add reference to Lua API documentation * Renamed docs folder to dev-docs Per issue #3896's discussion, we thought that renaming the `/docs` folder to `/dev-docs` help reduce confusion. --- docs/Object ownership.gv | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 docs/Object ownership.gv (limited to 'docs/Object ownership.gv') diff --git a/docs/Object ownership.gv b/docs/Object ownership.gv deleted file mode 100644 index 29e0407a6..000000000 --- a/docs/Object ownership.gv +++ /dev/null @@ -1,29 +0,0 @@ -digraph -{ -rankdir=LR -Root -> Server -Root -> MonsterConfig -Root -> GroupManager -Root -> CraftingRecipes -Root -> FurnaceRecipe -Root -> PluginManager -Root -> Authenticator -Root -> World -Server -> ListenThreadIPv4 -Server -> ListenThreadIPv6 -Server -> ClientHandle -Server -> RCONServer -PluginManager -> Plugin_NewLua -PluginManager -> Plugin -World -> SimulatorManager -World -> SandSimulator -World -> WaterSimulator -World -> LavaSimulator -World -> FireSimulator -World -> RedstoneSimulator -World -> WorldStorage -World -> Player -World -> Generator -World -> ChunkSender -World -> LightingThread -} \ No newline at end of file -- cgit v1.2.3