forked from mongodb/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOCS335 checkpoint of script to parse and format error codes
- Loading branch information
Ed Costello
committed
Aug 22, 2012
1 parent
432fd81
commit 149cdde
Showing
3 changed files
with
141 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,25 @@ | ||
# used by docs/bin/errorcodes.py | ||
[errorcodes] | ||
# set source to the root of the mongo source tree (eg the git root) | ||
source = /Users/epc/Documents/github/mongo | ||
# set outputDir to the directory to place all generated output | ||
outputDir = /Users/epc/Documents/github/epc/docs/draft/reference/error | ||
generateCSV = yes | ||
# errorsFormat = separate | single | ||
Format = separate | ||
Title = "MongoDB Error and Message Codes" | ||
defaultDomain = 'mongodb' | ||
generateJSON = yes | ||
generateJSON = no | ||
generateRST = no | ||
generateCSV = no | ||
|
||
[mongodb] | ||
# defaults to unauthenticated mongodb on localhost | ||
# host = "" | ||
#port = "" | ||
#user = "" | ||
#password = "" | ||
database = "messages" | ||
collection = "errors" | ||
# persistence = insert or update or none (to turn off save) | ||
persistence = none | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.