Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongo-php-library
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sinan
mongo-php-library
Commits
308f53de
Commit
308f53de
authored
Nov 08, 2016
by
Jeremy Mikola
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update instructions for building docs locally
parent
63a5d216
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
12 deletions
+4
-12
CONTRIBUTING.md
CONTRIBUTING.md
+4
-12
No files found.
CONTRIBUTING.md
View file @
308f53de
...
@@ -60,18 +60,10 @@ repository:
...
@@ -60,18 +60,10 @@ repository:
repository.
repository.
*
Install
[
giza
](
https://pypi.python.org/pypi/giza/
)
, as noted in the tools
*
Install
[
giza
](
https://pypi.python.org/pypi/giza/
)
, as noted in the tools
README.
README.
*
Comment out the following
`assets`
entry in
`config/build_conf.yaml`
:
*
Sync your working copy of the documentation to the
`source/`
directory with
```
`rsync -a --delete /path/to/mongo-php-library/docs/ source/`
.
- branch: master
*
Build the documentation with
`giza make publish`
. You can suppress
path: build/php-library # this is where we'll put the source docs (from the driver repo)
informational log messages with the
`--level warning`
option.
repository: https://github.com/mongodb/mongo-php-library.git
```
* Create a symlink so that `build/php-library` points to your working copy of
the [mongodb/mongo-php-library](https://github.com/mongodb/mongo-php-library)
repository.
* Build the documentation with `giza make html`. You can suppress informational
log messages via the `--level warning` option.
*
Generated documentation may be found in the
`build/master/html`
directory.
*
Generated documentation may be found in the
`build/master/html`
directory.
## Releasing
## Releasing
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment