diff --git a/docs.html b/docs.html
index 9575e5364..b6a202d90 100644
--- a/docs.html
+++ b/docs.html
@@ -86,40 +86,29 @@
vfmt
%writing_documentation
-Advanced Topics
+%advanced_topics
-Calling C functions from V
-Compile time if
-Reflection via codegen
-Limited operator overloading
-Inline assembly
-Translating C/C++ to V
-Hot code reloading
-Cross compilation
-Cross-platform shell scripts in V
+%calling_c_func_from_v
+%compile_time_if
+%refl_via_codegen
+%limited_operator_overloading
+%inline_assembly
+%trans_cxx_to_v
+%hot_code_reloading
+%cross_compile
+%cross_scripts_in_v
-Appendix I: Keywords
-Appendix II: Operators
+%appd_1_keywords
+%appd_2_operators
-It's similar to Go and is also influenced by Oberon, Rust, Swift. - -
-V is a very simple language. Going through this documentation will take you about half an hour, -and by the end of it you will learn pretty much the entire language. - -
-Despite being simple, it gives a lot of power to the developer. Anything you can do in other languages, -you can do in V. +%intro_details