mirror of
https://github.com/google/nomulus
synced 2026-01-05 04:56:03 +00:00
Add stubs for Markdown documentation
This commit is contained in:
13
docs/app-engine-architecture.md
Normal file
13
docs/app-engine-architecture.md
Normal file
@@ -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
|
||||
3
docs/code-structure.md
Normal file
3
docs/code-structure.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Code structure
|
||||
|
||||
An overall look at the structure of the Domain Registry code.
|
||||
3
docs/configuration.md
Normal file
3
docs/configuration.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Configuration
|
||||
|
||||
Information on how to configure/customize an installation.
|
||||
3
docs/developing.md
Normal file
3
docs/developing.md
Normal file
@@ -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).
|
||||
3
docs/extension-points.md
Normal file
3
docs/extension-points.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Extension points
|
||||
|
||||
The various places the system can be extended by plugging in additional code.
|
||||
3
docs/install.md
Normal file
3
docs/install.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Installation
|
||||
|
||||
Information on how to download and install the Domain Registry project and get a working running instance.
|
||||
3
docs/registry-tool.md
Normal file
3
docs/registry-tool.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Registry tool
|
||||
|
||||
Information on registry_tool commands.
|
||||
Reference in New Issue
Block a user