-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Edited sections: FAQ, Logging, Topology Management, APM
merged, conflicts resolved fixed some formatting
- Loading branch information
Showing
14 changed files
with
573 additions
and
99 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
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
GIT_BRANCH=`git rev-parse --abbrev-ref HEAD` | ||
USER=`whoami` | ||
URL="https://docs-mongodborg-staging.corp.mongodb.com" | ||
PREFIX=node-mongodb-native | ||
|
||
.PHONY: help stage fake-deploy build-temp lint | ||
|
||
CSS_ERRORS=errors,empty-rules,duplicate-properties,selector-max-approaching | ||
CSS_WARNINGS=regex-selectors,unqualified-attributes,text-indent | ||
|
||
help: | ||
@echo 'Targets' | ||
@echo ' help - Show this help message' | ||
@echo ' stage - Host online for review' | ||
@echo ' fake-deploy - Create a fake deployment in the staging bucket' | ||
@echo ' lint - Check the CSS' | ||
@echo '' | ||
@echo 'Variables' | ||
@echo ' ARGS - Arguments to pass to mut-publish' | ||
|
||
stage: build-temp | ||
mut-publish build/ docs-mongodb-org-staging --prefix=${PREFIX} --stage ${ARGS} | ||
@echo "Hosted at ${URL}/${PREFIX}/${USER}/${GIT_BRANCH}/index.html" |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
../public/ |
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
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
Oops, something went wrong.