diff --git a/docs/docs.dev.md b/docs/docs.dev.md new file mode 100644 index 00000000000..6c46abffa10 --- /dev/null +++ b/docs/docs.dev.md @@ -0,0 +1,15 @@ +--- +{ + "_label": "Developer API", + "_toc": [ + "docs.dev.quickstart", + "docs.dev.framework", + "docs.dev.modules" + ] +} +--- +### Is this for me? + +To starting hacking into ERPNext, you must have some understanding of how a dynamic web application works. There are hundreds of architectures and frameworks to make web development easier, but at the core there are a few elements that are important to understand. + +ERPNext is built on `wnframework` which is primarily developed for ERPNext but can be extended to make similar database driven applications. wnframework uses Python on the server-side and has a javascript based client for entering data, managing workflow and making reports. \ No newline at end of file diff --git a/docs/docs.modules.md b/docs/docs.dev.modules.md similarity index 100% rename from docs/docs.modules.md rename to docs/docs.dev.modules.md diff --git a/docs/docs.md b/docs/docs.md index ec3ae35b87c..7cf47a95315 100644 --- a/docs/docs.md +++ b/docs/docs.md @@ -1,14 +1,21 @@ --- { - "_label": "Documentation", + "_label": "ERPNext", + "_no_title": 1, "_toc": [ - "docs.quickstart", - "docs.framework", - "docs.modules" + "docs.user", + "docs.dev", + "docs.download", + "docs.community", + "docs.blog", + "docs.about" ] } --- -Welcome to the ERPNext Developer documentation. +
Open Source Organization Management Platform
+