Skip to content

Commit 4645336

Browse files
committed
docs: fix repo URL and add projects/ to directory diagrams
- standalone-installation: correct GitHub org from aclark4life to mongodb-labs - overview: add projects/ directory with shared venv to the structure diagram
1 parent 379122c commit 4645336

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

docs/design/standalone-installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ New Approach
2828
.. code-block:: bash
2929
3030
# Install globally using pipx
31-
pipx install git+https://github.com/aclark4life/dbx-python-cli.git
31+
pipx install git+https://github.com/mongodb-labs/dbx-python-cli.git
3232
3333
# Use from anywhere
3434
cd ~/Developer/mongodb/
@@ -155,7 +155,7 @@ Users migrating from ``django-mongodb-cli`` should:
155155

156156
.. code-block:: bash
157157
158-
pipx install git+https://github.com/aclark4life/dbx-python-cli.git
158+
pipx install git+https://github.com/mongodb-labs/dbx-python-cli.git
159159
160160
2. Initialize configuration:
161161

docs/introduction/overview.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,10 @@ Typical directory structure after setup:
167167
.. code-block:: text
168168
169169
~/Developer/mongodb/ # base_dir
170+
├── projects/ # Django projects
171+
│ ├── .venv/ # Shared venv for all projects
172+
│ ├── myproject/ # Created with dbx project add
173+
│ └── another_project/
170174
├── pymongo/ # Group directory
171175
│ ├── .venv/ # Group-level virtual environment
172176
│ ├── mongo-python-driver/ # Cloned from global group

0 commit comments

Comments
 (0)