Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCS-139 #9

Merged
merged 3 commits into from
Mar 9, 2012
Merged

DOCS-139 #9

merged 3 commits into from
Mar 9, 2012

Conversation

monkey101
Copy link
Contributor

No description provided.

@tychoish tychoish merged commit ad6c7a5 into mongodb:master Mar 9, 2012
i80and pushed a commit to i80and/docs that referenced this pull request Jan 14, 2021
* (DOCSP-12590): Fix broken links

* add missing alt tags to figure directives

* unlink mongosniff

* correct mongo shell links

* correct mongod binary link

* remove install_compass link

* link mongo.exe to only mongo binary page

* add missing $ to $[<identifier>] link

* fix lastHeartbeat and lastHeartbeatRecv capitalization in links

* unrelated MONGODB-CR typo fix

* fix exe links

* adds additional missing alt tags to figures

* fix broken [<identifier>] links

* fix members[n] links

* fix connPoolStats.replicaSets.[replicaSets].hosts links

* fix dupe replSetGetStatus.members[n].self entry

* fix dupe readconcern target

* fix glossary term capitalizations

* fix most expression link issues

* fix some authaction links

* remove link attempt to PyMongo for general Python method re.compile

* fix most :setting: links

* mongooplog removed in v3.6

* fix BSON binary type links

* correct sh.status.active-mongoses ambig reference

* fix output example indentation

* fix currentOp ambig targets

* unlink removed cmd authSchemaUpgrade

* unlink removed cmd cloneCollection

* unlink removed cmd closeAllDatabases

* unlink removed cmd copydb

* unlink removed cmd createIndex .. which isn't createIndexes

* fix cmd getLastError

* fix cmd dbHash capitalization

* unlink removed cmd eval

* fix cmd findAndModify capitalization

* fix cmd findAndModify capitalization - another instance

* fix cmd getCollectionInfos to method

* fix cmd getLastError.waited to data

* fix cmd getParameters to singular

* unlink removed cmd indexStats

* fix cmd isSelf to include underscore

* fix cmd listCollection to plural

* fix cmd listDatabase to plural

* fix cmd mongod to binary

* unlink removed cmd planCacheListPlans

* unlink removed cmd planCacheListQueryShapes

* unlink removed cmd repairDatabase

* unlink removed cmd replSetHeartbeat

* fix typo cmd replSetInitiate

* unlink removed cmd restoreDatabase

* unlink removed cmd resync

* fix cmd setParameters to singular

* fix cmd splitAt to method

* fix cmd stats to method

* unlink removed cmd storageDetails

* unlink removed cmd text

* unlink removed cmd touch

* fix method Bulk.find.upsert()

* fix method getKeyVault() malformed link

* unlink removed method PlanCache.getPlansByQuery()

* unlink removed method PlanCache.listQueryShapes()

* fix method Session.getOptions() malformed link

* fix method db.collection.watch() malformed link

* fix method db.copyDatabase() malformed link

* fix method cursor.readPref() malformed link - setReadPref is for a Mongo connection obj

* unlink removed method cursor.showDiskLoc()

* unlink removed method db.addUser()

* unlink removed method db.cloneCollection()

* fix method db.collection.explain() malformed link

* fix method db.help() malformed link

* fix methods db.createRole, db.createUser, db.dropAllUsers malformed definitions, breaking all links

* fix method db.dropUser malformed definition, breaking all links

* fix method db.getMongo() malformed link

* fix method db.serverStatus() malformed link

* fix methods db.grantPrivilegesToRole, db.grantRolesToRole, db.revokePrivilegesFromRole, db.revokeRolesFromRole, db.revokeRolesFromUser malformed definitions, breaking all links

* fix method db.dropAllRoles() malformed link

* fix method db.grantPrivilegesToRole() malformed link

* fix method db.grantRolesToRole() malformed link

* fix method db.grantRolesToUser() malformed definitions, breaking all links, and fix malformed link

* fix method db.revokeRolesFromRole() malformed link

* unlink removed method db.loadServerScripts()

* unlink removed method db.serverShutdown()

* Revert "unlink removed method db.serverShutdown()"

This reverts commit e6a6fd5.

* fix method db.shutdownServer() - wrong in SERVER ticket name

* fix method rs.stepDown() capitalization

* unlink removed method sh.getRecentMigrations

* fix method db.updateRole() malformed link

* fix method db.watch() malformed link

* fix method db.serverStatus() capitalization

* fix method db.getMongo() malformed link

* fix methods db.grantRolesToUser() and db.revokeRolesFromUser() malformed links

* unlink undocumented disableLogicalSessionCacheRefresh param

* unlink removed logicalSessionRefreshMinutes param, update ref to Millis where appropriate

* unlink removed newCollectionsUsePowerOf2Sizes param

* remove test bump

Co-authored-by: jeff-allen-mongo <[email protected]>
Co-authored-by: Andrew Feierabend <[email protected]>
sophstad pushed a commit to sophstad/docs that referenced this pull request Jan 28, 2021
* (DOCSP-12590): Fix broken links

* add missing alt tags to figure directives

* unlink mongosniff

* correct mongo shell links

* correct mongod binary link

* remove install_compass link

* link mongo.exe to only mongo binary page

* add missing $ to $[<identifier>] link

* fix lastHeartbeat and lastHeartbeatRecv capitalization in links

* unrelated MONGODB-CR typo fix

* fix exe links

* adds additional missing alt tags to figures

* fix broken [<identifier>] links

* fix members[n] links

* fix connPoolStats.replicaSets.[replicaSets].hosts links

* fix dupe replSetGetStatus.members[n].self entry

* fix dupe readconcern target

* fix glossary term capitalizations

* fix most expression link issues

* fix some authaction links

* remove link attempt to PyMongo for general Python method re.compile

* fix most :setting: links

* mongooplog removed in v3.6

* fix BSON binary type links

* correct sh.status.active-mongoses ambig reference

* fix output example indentation

* fix currentOp ambig targets

* unlink removed cmd authSchemaUpgrade

* unlink removed cmd cloneCollection

* unlink removed cmd closeAllDatabases

* unlink removed cmd copydb

* unlink removed cmd createIndex .. which isn't createIndexes

* fix cmd getLastError

* fix cmd dbHash capitalization

* unlink removed cmd eval

* fix cmd findAndModify capitalization

* fix cmd findAndModify capitalization - another instance

* fix cmd getCollectionInfos to method

* fix cmd getLastError.waited to data

* fix cmd getParameters to singular

* unlink removed cmd indexStats

* fix cmd isSelf to include underscore

* fix cmd listCollection to plural

* fix cmd listDatabase to plural

* fix cmd mongod to binary

* unlink removed cmd planCacheListPlans

* unlink removed cmd planCacheListQueryShapes

* unlink removed cmd repairDatabase

* unlink removed cmd replSetHeartbeat

* fix typo cmd replSetInitiate

* unlink removed cmd restoreDatabase

* unlink removed cmd resync

* fix cmd setParameters to singular

* fix cmd splitAt to method

* fix cmd stats to method

* unlink removed cmd storageDetails

* unlink removed cmd text

* unlink removed cmd touch

* fix method Bulk.find.upsert()

* fix method getKeyVault() malformed link

* unlink removed method PlanCache.getPlansByQuery()

* unlink removed method PlanCache.listQueryShapes()

* fix method Session.getOptions() malformed link

* fix method db.collection.watch() malformed link

* fix method db.copyDatabase() malformed link

* fix method cursor.readPref() malformed link - setReadPref is for a Mongo connection obj

* unlink removed method cursor.showDiskLoc()

* unlink removed method db.addUser()

* unlink removed method db.cloneCollection()

* fix method db.collection.explain() malformed link

* fix method db.help() malformed link

* fix methods db.createRole, db.createUser, db.dropAllUsers malformed definitions, breaking all links

* fix method db.dropUser malformed definition, breaking all links

* fix method db.getMongo() malformed link

* fix method db.serverStatus() malformed link

* fix methods db.grantPrivilegesToRole, db.grantRolesToRole, db.revokePrivilegesFromRole, db.revokeRolesFromRole, db.revokeRolesFromUser malformed definitions, breaking all links

* fix method db.dropAllRoles() malformed link

* fix method db.grantPrivilegesToRole() malformed link

* fix method db.grantRolesToRole() malformed link

* fix method db.grantRolesToUser() malformed definitions, breaking all links, and fix malformed link

* fix method db.revokeRolesFromRole() malformed link

* unlink removed method db.loadServerScripts()

* unlink removed method db.serverShutdown()

* Revert "unlink removed method db.serverShutdown()"

This reverts commit e6a6fd5.

* fix method db.shutdownServer() - wrong in SERVER ticket name

* fix method rs.stepDown() capitalization

* unlink removed method sh.getRecentMigrations

* fix method db.updateRole() malformed link

* fix method db.watch() malformed link

* fix method db.serverStatus() capitalization

* fix method db.getMongo() malformed link

* fix methods db.grantRolesToUser() and db.revokeRolesFromUser() malformed links

* unlink undocumented disableLogicalSessionCacheRefresh param

* unlink removed logicalSessionRefreshMinutes param, update ref to Millis where appropriate

* unlink removed newCollectionsUsePowerOf2Sizes param

* remove test bump

Co-authored-by: jeff-allen-mongo <[email protected]>
Co-authored-by: Andrew Feierabend <[email protected]>
sophstad pushed a commit to sophstad/docs that referenced this pull request Feb 25, 2021
* (DOCSP-12590): Fix broken links

* add missing alt tags to figure directives

* unlink mongosniff

* correct mongo shell links

* correct mongod binary link

* remove install_compass link

* link mongo.exe to only mongo binary page

* add missing $ to $[<identifier>] link

* fix lastHeartbeat and lastHeartbeatRecv capitalization in links

* unrelated MONGODB-CR typo fix

* fix exe links

* adds additional missing alt tags to figures

* fix broken [<identifier>] links

* fix members[n] links

* fix connPoolStats.replicaSets.[replicaSets].hosts links

* fix dupe replSetGetStatus.members[n].self entry

* fix dupe readconcern target

* fix glossary term capitalizations

* fix most expression link issues

* fix some authaction links

* remove link attempt to PyMongo for general Python method re.compile

* fix most :setting: links

* mongooplog removed in v3.6

* fix BSON binary type links

* correct sh.status.active-mongoses ambig reference

* fix output example indentation

* fix currentOp ambig targets

* unlink removed cmd authSchemaUpgrade

* unlink removed cmd cloneCollection

* unlink removed cmd closeAllDatabases

* unlink removed cmd copydb

* unlink removed cmd createIndex .. which isn't createIndexes

* fix cmd getLastError

* fix cmd dbHash capitalization

* unlink removed cmd eval

* fix cmd findAndModify capitalization

* fix cmd findAndModify capitalization - another instance

* fix cmd getCollectionInfos to method

* fix cmd getLastError.waited to data

* fix cmd getParameters to singular

* unlink removed cmd indexStats

* fix cmd isSelf to include underscore

* fix cmd listCollection to plural

* fix cmd listDatabase to plural

* fix cmd mongod to binary

* unlink removed cmd planCacheListPlans

* unlink removed cmd planCacheListQueryShapes

* unlink removed cmd repairDatabase

* unlink removed cmd replSetHeartbeat

* fix typo cmd replSetInitiate

* unlink removed cmd restoreDatabase

* unlink removed cmd resync

* fix cmd setParameters to singular

* fix cmd splitAt to method

* fix cmd stats to method

* unlink removed cmd storageDetails

* unlink removed cmd text

* unlink removed cmd touch

* fix method Bulk.find.upsert()

* fix method getKeyVault() malformed link

* unlink removed method PlanCache.getPlansByQuery()

* unlink removed method PlanCache.listQueryShapes()

* fix method Session.getOptions() malformed link

* fix method db.collection.watch() malformed link

* fix method db.copyDatabase() malformed link

* fix method cursor.readPref() malformed link - setReadPref is for a Mongo connection obj

* unlink removed method cursor.showDiskLoc()

* unlink removed method db.addUser()

* unlink removed method db.cloneCollection()

* fix method db.collection.explain() malformed link

* fix method db.help() malformed link

* fix methods db.createRole, db.createUser, db.dropAllUsers malformed definitions, breaking all links

* fix method db.dropUser malformed definition, breaking all links

* fix method db.getMongo() malformed link

* fix method db.serverStatus() malformed link

* fix methods db.grantPrivilegesToRole, db.grantRolesToRole, db.revokePrivilegesFromRole, db.revokeRolesFromRole, db.revokeRolesFromUser malformed definitions, breaking all links

* fix method db.dropAllRoles() malformed link

* fix method db.grantPrivilegesToRole() malformed link

* fix method db.grantRolesToRole() malformed link

* fix method db.grantRolesToUser() malformed definitions, breaking all links, and fix malformed link

* fix method db.revokeRolesFromRole() malformed link

* unlink removed method db.loadServerScripts()

* unlink removed method db.serverShutdown()

* Revert "unlink removed method db.serverShutdown()"

This reverts commit e6a6fd5.

* fix method db.shutdownServer() - wrong in SERVER ticket name

* fix method rs.stepDown() capitalization

* unlink removed method sh.getRecentMigrations

* fix method db.updateRole() malformed link

* fix method db.watch() malformed link

* fix method db.serverStatus() capitalization

* fix method db.getMongo() malformed link

* fix methods db.grantRolesToUser() and db.revokeRolesFromUser() malformed links

* unlink undocumented disableLogicalSessionCacheRefresh param

* unlink removed logicalSessionRefreshMinutes param, update ref to Millis where appropriate

* unlink removed newCollectionsUsePowerOf2Sizes param

* remove test bump

Co-authored-by: jeff-allen-mongo <[email protected]>
Co-authored-by: Andrew Feierabend <[email protected]>
andf-mongodb pushed a commit to andf-mongodb/docs that referenced this pull request Mar 25, 2021
trivial

mayve fix the columns problem?

DOP-1186: adding the landign pages, intersphinx, etc.

add version source constant

fix name in snooty.toml

test

DOP-1186: admonition class note -> .. note::

DOP-1186: admonition :class: warning -> .. warning::

DOP-1186: admonition :class: important -> .. important::

DOP-1186: remove all copyable-code class instances

DOP-1186: removes legacy .. class:: hidden from TOCs

DOP-1186: address monospace text  md/reST issues

Revert "DOP-1186: remove all copyable-code class instances"

This reverts commit 291a137.

DOP-1186: remove all copyable-code class instances along with leading whitespace

testing!

address class / only deprecation warnings

use highlight roles for map-reduce, tidying

removes 380 instances of the container directive

remaining admonitions and fix yaml spacing

tidy up mongodb web shell references

remaining onlys

fixfixfix

mostly fixing monospaced text that used md not reST

monospace text uses TWO backticks

minor

no includes in replacements

monospace fix

fix wonkiness

more fixes

fix wonkiness

Docsp 12590 address broken links nextgen (mongodb#9)

* (DOCSP-12590): Fix broken links

* add missing alt tags to figure directives

* unlink mongosniff

* correct mongo shell links

* correct mongod binary link

* remove install_compass link

* link mongo.exe to only mongo binary page

* add missing $ to $[<identifier>] link

* fix lastHeartbeat and lastHeartbeatRecv capitalization in links

* unrelated MONGODB-CR typo fix

* fix exe links

* adds additional missing alt tags to figures

* fix broken [<identifier>] links

* fix members[n] links

* fix connPoolStats.replicaSets.[replicaSets].hosts links

* fix dupe replSetGetStatus.members[n].self entry

* fix dupe readconcern target

* fix glossary term capitalizations

* fix most expression link issues

* fix some authaction links

* remove link attempt to PyMongo for general Python method re.compile

* fix most :setting: links

* mongooplog removed in v3.6

* fix BSON binary type links

* correct sh.status.active-mongoses ambig reference

* fix output example indentation

* fix currentOp ambig targets

* unlink removed cmd authSchemaUpgrade

* unlink removed cmd cloneCollection

* unlink removed cmd closeAllDatabases

* unlink removed cmd copydb

* unlink removed cmd createIndex .. which isn't createIndexes

* fix cmd getLastError

* fix cmd dbHash capitalization

* unlink removed cmd eval

* fix cmd findAndModify capitalization

* fix cmd findAndModify capitalization - another instance

* fix cmd getCollectionInfos to method

* fix cmd getLastError.waited to data

* fix cmd getParameters to singular

* unlink removed cmd indexStats

* fix cmd isSelf to include underscore

* fix cmd listCollection to plural

* fix cmd listDatabase to plural

* fix cmd mongod to binary

* unlink removed cmd planCacheListPlans

* unlink removed cmd planCacheListQueryShapes

* unlink removed cmd repairDatabase

* unlink removed cmd replSetHeartbeat

* fix typo cmd replSetInitiate

* unlink removed cmd restoreDatabase

* unlink removed cmd resync

* fix cmd setParameters to singular

* fix cmd splitAt to method

* fix cmd stats to method

* unlink removed cmd storageDetails

* unlink removed cmd text

* unlink removed cmd touch

* fix method Bulk.find.upsert()

* fix method getKeyVault() malformed link

* unlink removed method PlanCache.getPlansByQuery()

* unlink removed method PlanCache.listQueryShapes()

* fix method Session.getOptions() malformed link

* fix method db.collection.watch() malformed link

* fix method db.copyDatabase() malformed link

* fix method cursor.readPref() malformed link - setReadPref is for a Mongo connection obj

* unlink removed method cursor.showDiskLoc()

* unlink removed method db.addUser()

* unlink removed method db.cloneCollection()

* fix method db.collection.explain() malformed link

* fix method db.help() malformed link

* fix methods db.createRole, db.createUser, db.dropAllUsers malformed definitions, breaking all links

* fix method db.dropUser malformed definition, breaking all links

* fix method db.getMongo() malformed link

* fix method db.serverStatus() malformed link

* fix methods db.grantPrivilegesToRole, db.grantRolesToRole, db.revokePrivilegesFromRole, db.revokeRolesFromRole, db.revokeRolesFromUser malformed definitions, breaking all links

* fix method db.dropAllRoles() malformed link

* fix method db.grantPrivilegesToRole() malformed link

* fix method db.grantRolesToRole() malformed link

* fix method db.grantRolesToUser() malformed definitions, breaking all links, and fix malformed link

* fix method db.revokeRolesFromRole() malformed link

* unlink removed method db.loadServerScripts()

* unlink removed method db.serverShutdown()

* Revert "unlink removed method db.serverShutdown()"

This reverts commit e6a6fd5.

* fix method db.shutdownServer() - wrong in SERVER ticket name

* fix method rs.stepDown() capitalization

* unlink removed method sh.getRecentMigrations

* fix method db.updateRole() malformed link

* fix method db.watch() malformed link

* fix method db.serverStatus() capitalization

* fix method db.getMongo() malformed link

* fix methods db.grantRolesToUser() and db.revokeRolesFromUser() malformed links

* unlink undocumented disableLogicalSessionCacheRefresh param

* unlink removed logicalSessionRefreshMinutes param, update ref to Millis where appropriate

* unlink removed newCollectionsUsePowerOf2Sizes param

* remove test bump

Co-authored-by: jeff-allen-mongo <[email protected]>
Co-authored-by: Andrew Feierabend <[email protected]>

more cleaning up

more little link fixes

resolve merge conflict

test fix for gridfx issue

replace ecosystem with driver

DOP-1817, DOP-1821: remove agg gif and hardlink instances

fix aggregation copy to reflect gif removal

DOP-1819: update toc_landing_pages to behave properly

DOP-1808: fix seealsos

DOP-1808: fix sees

fix indentation

more identation'

DOP-1908: remove index instances from manual

update pymongo intersphinx inventory

python work please?

make linearizable not hidden & below title

replicable?

mysterious dedenting is mysterious

DOP-1963: update security table

add widths to security table

widths again

wiggling

testing

more tests
andf-mongodb pushed a commit that referenced this pull request Mar 26, 2021
DOP-1186: initial prep for manual build on snooty

trivial

mayve fix the columns problem?

DOP-1186: adding the landign pages, intersphinx, etc.

add version source constant

fix name in snooty.toml

test

DOP-1186: admonition class note -> .. note::

DOP-1186: admonition :class: warning -> .. warning::

DOP-1186: admonition :class: important -> .. important::

DOP-1186: remove all copyable-code class instances

DOP-1186: removes legacy .. class:: hidden from TOCs

DOP-1186: address monospace text  md/reST issues

Revert "DOP-1186: remove all copyable-code class instances"

This reverts commit 291a137.

DOP-1186: remove all copyable-code class instances along with leading whitespace

testing!

address class / only deprecation warnings

use highlight roles for map-reduce, tidying

removes 380 instances of the container directive

remaining admonitions and fix yaml spacing

tidy up mongodb web shell references

remaining onlys

fixfixfix

mostly fixing monospaced text that used md not reST

monospace text uses TWO backticks

minor

no includes in replacements

monospace fix

fix wonkiness

more fixes

fix wonkiness

Docsp 12590 address broken links nextgen (#9)

* (DOCSP-12590): Fix broken links

* add missing alt tags to figure directives

* unlink mongosniff

* correct mongo shell links

* correct mongod binary link

* remove install_compass link

* link mongo.exe to only mongo binary page

* add missing $ to $[<identifier>] link

* fix lastHeartbeat and lastHeartbeatRecv capitalization in links

* unrelated MONGODB-CR typo fix

* fix exe links

* adds additional missing alt tags to figures

* fix broken [<identifier>] links

* fix members[n] links

* fix connPoolStats.replicaSets.[replicaSets].hosts links

* fix dupe replSetGetStatus.members[n].self entry

* fix dupe readconcern target

* fix glossary term capitalizations

* fix most expression link issues

* fix some authaction links

* remove link attempt to PyMongo for general Python method re.compile

* fix most :setting: links

* mongooplog removed in v3.6

* fix BSON binary type links

* correct sh.status.active-mongoses ambig reference

* fix output example indentation

* fix currentOp ambig targets

* unlink removed cmd authSchemaUpgrade

* unlink removed cmd cloneCollection

* unlink removed cmd closeAllDatabases

* unlink removed cmd copydb

* unlink removed cmd createIndex .. which isn't createIndexes

* fix cmd getLastError

* fix cmd dbHash capitalization

* unlink removed cmd eval

* fix cmd findAndModify capitalization

* fix cmd findAndModify capitalization - another instance

* fix cmd getCollectionInfos to method

* fix cmd getLastError.waited to data

* fix cmd getParameters to singular

* unlink removed cmd indexStats

* fix cmd isSelf to include underscore

* fix cmd listCollection to plural

* fix cmd listDatabase to plural

* fix cmd mongod to binary

* unlink removed cmd planCacheListPlans

* unlink removed cmd planCacheListQueryShapes

* unlink removed cmd repairDatabase

* unlink removed cmd replSetHeartbeat

* fix typo cmd replSetInitiate

* unlink removed cmd restoreDatabase

* unlink removed cmd resync

* fix cmd setParameters to singular

* fix cmd splitAt to method

* fix cmd stats to method

* unlink removed cmd storageDetails

* unlink removed cmd text

* unlink removed cmd touch

* fix method Bulk.find.upsert()

* fix method getKeyVault() malformed link

* unlink removed method PlanCache.getPlansByQuery()

* unlink removed method PlanCache.listQueryShapes()

* fix method Session.getOptions() malformed link

* fix method db.collection.watch() malformed link

* fix method db.copyDatabase() malformed link

* fix method cursor.readPref() malformed link - setReadPref is for a Mongo connection obj

* unlink removed method cursor.showDiskLoc()

* unlink removed method db.addUser()

* unlink removed method db.cloneCollection()

* fix method db.collection.explain() malformed link

* fix method db.help() malformed link

* fix methods db.createRole, db.createUser, db.dropAllUsers malformed definitions, breaking all links

* fix method db.dropUser malformed definition, breaking all links

* fix method db.getMongo() malformed link

* fix method db.serverStatus() malformed link

* fix methods db.grantPrivilegesToRole, db.grantRolesToRole, db.revokePrivilegesFromRole, db.revokeRolesFromRole, db.revokeRolesFromUser malformed definitions, breaking all links

* fix method db.dropAllRoles() malformed link

* fix method db.grantPrivilegesToRole() malformed link

* fix method db.grantRolesToRole() malformed link

* fix method db.grantRolesToUser() malformed definitions, breaking all links, and fix malformed link

* fix method db.revokeRolesFromRole() malformed link

* unlink removed method db.loadServerScripts()

* unlink removed method db.serverShutdown()

* Revert "unlink removed method db.serverShutdown()"

This reverts commit e6a6fd5.

* fix method db.shutdownServer() - wrong in SERVER ticket name

* fix method rs.stepDown() capitalization

* unlink removed method sh.getRecentMigrations

* fix method db.updateRole() malformed link

* fix method db.watch() malformed link

* fix method db.serverStatus() capitalization

* fix method db.getMongo() malformed link

* fix methods db.grantRolesToUser() and db.revokeRolesFromUser() malformed links

* unlink undocumented disableLogicalSessionCacheRefresh param

* unlink removed logicalSessionRefreshMinutes param, update ref to Millis where appropriate

* unlink removed newCollectionsUsePowerOf2Sizes param

* remove test bump

Co-authored-by: jeff-allen-mongo <[email protected]>
Co-authored-by: Andrew Feierabend <[email protected]>

more cleaning up

more little link fixes

resolve merge conflict

test fix for gridfx issue

replace ecosystem with driver

DOP-1817, DOP-1821: remove agg gif and hardlink instances

fix aggregation copy to reflect gif removal

DOP-1819: update toc_landing_pages to behave properly

DOP-1808: fix seealsos

DOP-1808: fix sees

fix indentation

more identation'

DOP-1908: remove index instances from manual

update pymongo intersphinx inventory

python work please?

make linearizable not hidden & below title

replicable?

mysterious dedenting is mysterious

DOP-1963: update security table

add widths to security table

widths again

wiggling

testing

more tests
andf-mongodb pushed a commit that referenced this pull request Mar 26, 2021
trivial

mayve fix the columns problem?

DOP-1186: adding the landign pages, intersphinx, etc.

add version source constant

fix name in snooty.toml

test

DOP-1186: admonition class note -> .. note::

DOP-1186: admonition :class: warning -> .. warning::

DOP-1186: admonition :class: important -> .. important::

DOP-1186: remove all copyable-code class instances

DOP-1186: removes legacy .. class:: hidden from TOCs

DOP-1186: address monospace text  md/reST issues

Revert "DOP-1186: remove all copyable-code class instances"

This reverts commit 291a137.

DOP-1186: remove all copyable-code class instances along with leading whitespace

testing!

address class / only deprecation warnings

use highlight roles for map-reduce, tidying

removes 380 instances of the container directive

remaining admonitions and fix yaml spacing

tidy up mongodb web shell references

remaining onlys

fixfixfix

mostly fixing monospaced text that used md not reST

monospace text uses TWO backticks

minor

no includes in replacements

monospace fix

fix wonkiness

more fixes

fix wonkiness

Docsp 12590 address broken links nextgen (#9)

* (DOCSP-12590): Fix broken links

* add missing alt tags to figure directives

* unlink mongosniff

* correct mongo shell links

* correct mongod binary link

* remove install_compass link

* link mongo.exe to only mongo binary page

* add missing $ to $[<identifier>] link

* fix lastHeartbeat and lastHeartbeatRecv capitalization in links

* unrelated MONGODB-CR typo fix

* fix exe links

* adds additional missing alt tags to figures

* fix broken [<identifier>] links

* fix members[n] links

* fix connPoolStats.replicaSets.[replicaSets].hosts links

* fix dupe replSetGetStatus.members[n].self entry

* fix dupe readconcern target

* fix glossary term capitalizations

* fix most expression link issues

* fix some authaction links

* remove link attempt to PyMongo for general Python method re.compile

* fix most :setting: links

* mongooplog removed in v3.6

* fix BSON binary type links

* correct sh.status.active-mongoses ambig reference

* fix output example indentation

* fix currentOp ambig targets

* unlink removed cmd authSchemaUpgrade

* unlink removed cmd cloneCollection

* unlink removed cmd closeAllDatabases

* unlink removed cmd copydb

* unlink removed cmd createIndex .. which isn't createIndexes

* fix cmd getLastError

* fix cmd dbHash capitalization

* unlink removed cmd eval

* fix cmd findAndModify capitalization

* fix cmd findAndModify capitalization - another instance

* fix cmd getCollectionInfos to method

* fix cmd getLastError.waited to data

* fix cmd getParameters to singular

* unlink removed cmd indexStats

* fix cmd isSelf to include underscore

* fix cmd listCollection to plural

* fix cmd listDatabase to plural

* fix cmd mongod to binary

* unlink removed cmd planCacheListPlans

* unlink removed cmd planCacheListQueryShapes

* unlink removed cmd repairDatabase

* unlink removed cmd replSetHeartbeat

* fix typo cmd replSetInitiate

* unlink removed cmd restoreDatabase

* unlink removed cmd resync

* fix cmd setParameters to singular

* fix cmd splitAt to method

* fix cmd stats to method

* unlink removed cmd storageDetails

* unlink removed cmd text

* unlink removed cmd touch

* fix method Bulk.find.upsert()

* fix method getKeyVault() malformed link

* unlink removed method PlanCache.getPlansByQuery()

* unlink removed method PlanCache.listQueryShapes()

* fix method Session.getOptions() malformed link

* fix method db.collection.watch() malformed link

* fix method db.copyDatabase() malformed link

* fix method cursor.readPref() malformed link - setReadPref is for a Mongo connection obj

* unlink removed method cursor.showDiskLoc()

* unlink removed method db.addUser()

* unlink removed method db.cloneCollection()

* fix method db.collection.explain() malformed link

* fix method db.help() malformed link

* fix methods db.createRole, db.createUser, db.dropAllUsers malformed definitions, breaking all links

* fix method db.dropUser malformed definition, breaking all links

* fix method db.getMongo() malformed link

* fix method db.serverStatus() malformed link

* fix methods db.grantPrivilegesToRole, db.grantRolesToRole, db.revokePrivilegesFromRole, db.revokeRolesFromRole, db.revokeRolesFromUser malformed definitions, breaking all links

* fix method db.dropAllRoles() malformed link

* fix method db.grantPrivilegesToRole() malformed link

* fix method db.grantRolesToRole() malformed link

* fix method db.grantRolesToUser() malformed definitions, breaking all links, and fix malformed link

* fix method db.revokeRolesFromRole() malformed link

* unlink removed method db.loadServerScripts()

* unlink removed method db.serverShutdown()

* Revert "unlink removed method db.serverShutdown()"

This reverts commit e6a6fd5.

* fix method db.shutdownServer() - wrong in SERVER ticket name

* fix method rs.stepDown() capitalization

* unlink removed method sh.getRecentMigrations

* fix method db.updateRole() malformed link

* fix method db.watch() malformed link

* fix method db.serverStatus() capitalization

* fix method db.getMongo() malformed link

* fix methods db.grantRolesToUser() and db.revokeRolesFromUser() malformed links

* unlink undocumented disableLogicalSessionCacheRefresh param

* unlink removed logicalSessionRefreshMinutes param, update ref to Millis where appropriate

* unlink removed newCollectionsUsePowerOf2Sizes param

* remove test bump

Co-authored-by: jeff-allen-mongo <[email protected]>
Co-authored-by: Andrew Feierabend <[email protected]>

more cleaning up

more little link fixes

resolve merge conflict

test fix for gridfx issue

replace ecosystem with driver

DOP-1817, DOP-1821: remove agg gif and hardlink instances

fix aggregation copy to reflect gif removal

DOP-1819: update toc_landing_pages to behave properly

DOP-1808: fix seealsos

DOP-1808: fix sees

fix indentation

more identation'

DOP-1908: remove index instances from manual

update pymongo intersphinx inventory

python work please?

make linearizable not hidden & below title

replicable?

mysterious dedenting is mysterious

DOP-1963: update security table

add widths to security table

widths again

wiggling

testing

more tests
andf-mongodb pushed a commit that referenced this pull request Mar 30, 2021
DOP-1186: initial prep for manual build on snooty

trivial

mayve fix the columns problem?

DOP-1186: adding the landign pages, intersphinx, etc.

add version source constant

fix name in snooty.toml

test

DOP-1186: admonition class note -> .. note::

DOP-1186: admonition :class: warning -> .. warning::

DOP-1186: admonition :class: important -> .. important::

DOP-1186: remove all copyable-code class instances

DOP-1186: removes legacy .. class:: hidden from TOCs

DOP-1186: address monospace text  md/reST issues

Revert "DOP-1186: remove all copyable-code class instances"

This reverts commit 291a137.

DOP-1186: remove all copyable-code class instances along with leading whitespace

testing!

address class / only deprecation warnings

use highlight roles for map-reduce, tidying

removes 380 instances of the container directive

remaining admonitions and fix yaml spacing

tidy up mongodb web shell references

remaining onlys

fixfixfix

mostly fixing monospaced text that used md not reST

monospace text uses TWO backticks

minor

no includes in replacements

monospace fix

fix wonkiness

more fixes

fix wonkiness

Docsp 12590 address broken links nextgen (#9)

* (DOCSP-12590): Fix broken links

* add missing alt tags to figure directives

* unlink mongosniff

* correct mongo shell links

* correct mongod binary link

* remove install_compass link

* link mongo.exe to only mongo binary page

* add missing $ to $[<identifier>] link

* fix lastHeartbeat and lastHeartbeatRecv capitalization in links

* unrelated MONGODB-CR typo fix

* fix exe links

* adds additional missing alt tags to figures

* fix broken [<identifier>] links

* fix members[n] links

* fix connPoolStats.replicaSets.[replicaSets].hosts links

* fix dupe replSetGetStatus.members[n].self entry

* fix dupe readconcern target

* fix glossary term capitalizations

* fix most expression link issues

* fix some authaction links

* remove link attempt to PyMongo for general Python method re.compile

* fix most :setting: links

* mongooplog removed in v3.6

* fix BSON binary type links

* correct sh.status.active-mongoses ambig reference

* fix output example indentation

* fix currentOp ambig targets

* unlink removed cmd authSchemaUpgrade

* unlink removed cmd cloneCollection

* unlink removed cmd closeAllDatabases

* unlink removed cmd copydb

* unlink removed cmd createIndex .. which isn't createIndexes

* fix cmd getLastError

* fix cmd dbHash capitalization

* unlink removed cmd eval

* fix cmd findAndModify capitalization

* fix cmd findAndModify capitalization - another instance

* fix cmd getCollectionInfos to method

* fix cmd getLastError.waited to data

* fix cmd getParameters to singular

* unlink removed cmd indexStats

* fix cmd isSelf to include underscore

* fix cmd listCollection to plural

* fix cmd listDatabase to plural

* fix cmd mongod to binary

* unlink removed cmd planCacheListPlans

* unlink removed cmd planCacheListQueryShapes

* unlink removed cmd repairDatabase

* unlink removed cmd replSetHeartbeat

* fix typo cmd replSetInitiate

* unlink removed cmd restoreDatabase

* unlink removed cmd resync

* fix cmd setParameters to singular

* fix cmd splitAt to method

* fix cmd stats to method

* unlink removed cmd storageDetails

* unlink removed cmd text

* unlink removed cmd touch

* fix method Bulk.find.upsert()

* fix method getKeyVault() malformed link

* unlink removed method PlanCache.getPlansByQuery()

* unlink removed method PlanCache.listQueryShapes()

* fix method Session.getOptions() malformed link

* fix method db.collection.watch() malformed link

* fix method db.copyDatabase() malformed link

* fix method cursor.readPref() malformed link - setReadPref is for a Mongo connection obj

* unlink removed method cursor.showDiskLoc()

* unlink removed method db.addUser()

* unlink removed method db.cloneCollection()

* fix method db.collection.explain() malformed link

* fix method db.help() malformed link

* fix methods db.createRole, db.createUser, db.dropAllUsers malformed definitions, breaking all links

* fix method db.dropUser malformed definition, breaking all links

* fix method db.getMongo() malformed link

* fix method db.serverStatus() malformed link

* fix methods db.grantPrivilegesToRole, db.grantRolesToRole, db.revokePrivilegesFromRole, db.revokeRolesFromRole, db.revokeRolesFromUser malformed definitions, breaking all links

* fix method db.dropAllRoles() malformed link

* fix method db.grantPrivilegesToRole() malformed link

* fix method db.grantRolesToRole() malformed link

* fix method db.grantRolesToUser() malformed definitions, breaking all links, and fix malformed link

* fix method db.revokeRolesFromRole() malformed link

* unlink removed method db.loadServerScripts()

* unlink removed method db.serverShutdown()

* Revert "unlink removed method db.serverShutdown()"

This reverts commit e6a6fd5.

* fix method db.shutdownServer() - wrong in SERVER ticket name

* fix method rs.stepDown() capitalization

* unlink removed method sh.getRecentMigrations

* fix method db.updateRole() malformed link

* fix method db.watch() malformed link

* fix method db.serverStatus() capitalization

* fix method db.getMongo() malformed link

* fix methods db.grantRolesToUser() and db.revokeRolesFromUser() malformed links

* unlink undocumented disableLogicalSessionCacheRefresh param

* unlink removed logicalSessionRefreshMinutes param, update ref to Millis where appropriate

* unlink removed newCollectionsUsePowerOf2Sizes param

* remove test bump

Co-authored-by: jeff-allen-mongo <[email protected]>
Co-authored-by: Andrew Feierabend <[email protected]>

more cleaning up

more little link fixes

resolve merge conflict

test fix for gridfx issue

replace ecosystem with driver

DOP-1817, DOP-1821: remove agg gif and hardlink instances

fix aggregation copy to reflect gif removal

DOP-1819: update toc_landing_pages to behave properly

DOP-1808: fix seealsos

DOP-1808: fix sees

fix indentation

more identation'

DOP-1908: remove index instances from manual

update pymongo intersphinx inventory

python work please?

make linearizable not hidden & below title

replicable?

mysterious dedenting is mysterious

DOP-1963: update security table

add widths to security table

widths again

wiggling

testing

more tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants