mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 12:07:51 +02:00
Fix Markdown docs appearing externally
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=131749436
This commit is contained in:
parent
c309560892
commit
adf0ce313f
3 changed files with 8 additions and 7 deletions
|
@ -295,9 +295,9 @@ Viewer may help administrators understand what they are seeing. Note that some
|
||||||
of these entities are part of App Engine tools that are outside of the domain
|
of these entities are part of App Engine tools that are outside of the domain
|
||||||
registry codebase:
|
registry codebase:
|
||||||
|
|
||||||
* `\_AE\_*` -- These entities are created by App Engine.
|
* `_AE_*` -- These entities are created by App Engine.
|
||||||
* `\_ah\_SESSION` -- These entities track App Engine client sessions.
|
* `_ah_SESSION` -- These entities track App Engine client sessions.
|
||||||
* `\_GAE\_MR\_*` -- These entities are generated by App Engine while running
|
* `_GAE_MR_*` -- These entities are generated by App Engine while running
|
||||||
MapReduces.
|
MapReduces.
|
||||||
* `BackupStatus` -- There should only be one of these entities, used to maintain
|
* `BackupStatus` -- There should only be one of these entities, used to maintain
|
||||||
the state of the backup process.
|
the state of the backup process.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Developing
|
# Developing
|
||||||
|
|
||||||
Advice on how to do development on the Domain Registry codebase (including how
|
Advice on how to do development on the Domain Registry codebase, including how
|
||||||
to set up an IDE environment and run tests).
|
to set up an IDE environment and run tests.
|
||||||
|
|
|
@ -35,6 +35,7 @@ identically for downloading the zip file.
|
||||||
CONTRIBUTING.md google javatests README.md WORKSPACE
|
CONTRIBUTING.md google javatests README.md WORKSPACE
|
||||||
|
|
||||||
The most important directories are:
|
The most important directories are:
|
||||||
|
|
||||||
* `docs` -- the documentation (including this install guide)
|
* `docs` -- the documentation (including this install guide)
|
||||||
* `java/google/registry` -- all of the source code of the main project
|
* `java/google/registry` -- all of the source code of the main project
|
||||||
* `javatests/google/registry` -- all of the tests for the project
|
* `javatests/google/registry` -- all of the tests for the project
|
||||||
|
@ -90,8 +91,8 @@ recommended to at least confirm that the default version of the code can be
|
||||||
pushed at all first before diving into that, with the expectation that things
|
pushed at all first before diving into that, with the expectation that things
|
||||||
won't work properly until they are configured.
|
won't work properly until they are configured.
|
||||||
|
|
||||||
All of the [EAR](https://en.wikipedia.org/wiki/EAR_(file_format\)) and
|
All of the [EAR](https://en.wikipedia.org/wiki/EAR_(file_format)) and
|
||||||
[WAR](https://en.wikipedia.org/wiki/WAR_(file_format\)) files for the different
|
[WAR](https://en.wikipedia.org/wiki/WAR_(file_format)) files for the different
|
||||||
environments, which were built in the previous step, are outputted to the
|
environments, which were built in the previous step, are outputted to the
|
||||||
`bazel-genfiles` directory as follows:
|
`bazel-genfiles` directory as follows:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue