diff --git a/docs/app-engine-architecture.md b/docs/app-engine-architecture.md new file mode 100644 index 000000000..cdbccdc23 --- /dev/null +++ b/docs/app-engine-architecture.md @@ -0,0 +1,13 @@ +# App Engine architecture + +This document contains information on the overall architecture of the Domain Registry project as it is implemented in App Engine. + +## Modules + +## Task queues + +## Cron tasks + +## Datastore entities + +## Cloud Storage buckets diff --git a/docs/code-structure.md b/docs/code-structure.md new file mode 100644 index 000000000..8196c035e --- /dev/null +++ b/docs/code-structure.md @@ -0,0 +1,3 @@ +# Code structure + +An overall look at the structure of the Domain Registry code. diff --git a/docs/configuration.md b/docs/configuration.md new file mode 100644 index 000000000..831d4e792 --- /dev/null +++ b/docs/configuration.md @@ -0,0 +1,3 @@ +# Configuration + +Information on how to configure/customize an installation. diff --git a/docs/developing.md b/docs/developing.md new file mode 100644 index 000000000..4ac317558 --- /dev/null +++ b/docs/developing.md @@ -0,0 +1,3 @@ +# Developing + +Advice on how to do development on the Domain Registry codebase (including how to set up an IDE environment and run tests). diff --git a/docs/extension-points.md b/docs/extension-points.md new file mode 100644 index 000000000..68f5118b8 --- /dev/null +++ b/docs/extension-points.md @@ -0,0 +1,3 @@ +# Extension points + +The various places the system can be extended by plugging in additional code. diff --git a/docs/install.md b/docs/install.md new file mode 100644 index 000000000..419e75b20 --- /dev/null +++ b/docs/install.md @@ -0,0 +1,3 @@ +# Installation + +Information on how to download and install the Domain Registry project and get a working running instance. diff --git a/docs/registry-tool.md b/docs/registry-tool.md new file mode 100644 index 000000000..d3915bbee --- /dev/null +++ b/docs/registry-tool.md @@ -0,0 +1,3 @@ +# Registry tool + +Information on registry_tool commands.