File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -60,18 +60,10 @@ repository:
60
60
repository.
61
61
* Install [ giza] ( https://pypi.python.org/pypi/giza/ ) , as noted in the tools
62
62
README.
63
- * Comment out the following ` assets ` entry in ` config/build_conf.yaml ` :
64
- ```
65
- - branch: master
66
- path: build/php-library # this is where we'll put the source docs (from the driver repo)
67
- repository: https://github.com/mongodb/mongo-php-library.git
68
- ```
69
-
70
- * Create a symlink so that ` build/php-library ` points to your working copy of
71
- the [ mongodb/mongo-php-library] ( https://github.com/mongodb/mongo-php-library )
72
- repository.
73
- * Build the documentation with ` giza make html ` . You can suppress informational
74
- log messages via the ` --level warning ` option.
63
+ * Sync your working copy of the documentation to the ` source/ ` directory with
64
+ ` rsync -a --delete /path/to/mongo-php-library/docs/ source/ ` .
65
+ * Build the documentation with ` giza make publish ` . You can suppress
66
+ informational log messages with the ` --level warning ` option.
75
67
* Generated documentation may be found in the ` build/master/html ` directory.
76
68
77
69
## Releasing
You can’t perform that action at this time.
0 commit comments