Skip to content

Commit a2e105d

Browse files
committed
Switch images to baked SVGs
1 parent c35f55e commit a2e105d

File tree

192 files changed

+365
-41990
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

192 files changed

+365
-41990
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ build
2525
source/reference/*/*.rst
2626
source/reference/*/*/*.rst
2727
source/reference/*.rst
28-
source/images/*.png
29-
source/images/*.rst
3028
source/compass/images/*
3129
source/images/compass/
3230
giza.log
@@ -86,5 +84,4 @@ primer/source/includes/*.cs
8684
*.mo
8785
.stub
8886
primer/source/includes/table-linux-kernel-version-production.yaml
89-
<<<<<<< afaadb4bd0c0e22477a6e3253222606a3a8b8ff9
9087
venv

config/build_conf.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ system:
2929
'redirects-contributors-guide.yaml', 'redirects-products.yaml',
3030
'redirects-internal-commands.yaml',
3131
'redirects-tar-gz.yaml']
32-
- images: '/source/images/metadata.yaml'
3332
- includes: '/source/includes/metadata.yaml'
3433
- migrations: 'manual-migrations.yaml'
3534
assets:
@@ -40,7 +39,6 @@ paths:
4039
output: 'build'
4140
source: 'source'
4241
includes: 'source/includes'
43-
images: 'source/images'
4442
tools: 'bin'
4543
buildsystem: 'build/docs-tools'
4644
builddata: 'config'

source/images/aggregation-pipeline.bakedsvg.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.. figure:: /images/aggregation-pipeline.bakedsvg.svg
2+
:alt: Diagram of the annotated aggregation pipeline operation. The aggregation pipeline has two stages: ``$match`` and ``$group``.
3+
:figwidth: 760px

source/images/crud-annotated-collection.bakedsvg.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.. figure:: /images/crud-annotated-collection.bakedsvg.svg
2+
:alt: A collection of MongoDB documents.
3+
:figwidth: 520px

source/images/crud-annotated-document.bakedsvg.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.. figure:: /images/crud-annotated-document.bakedsvg.svg
2+
:alt: A MongoDB document.
3+
:figwidth: 570px
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.. figure:: /images/crud-annotated-mongodb-deleteMany.bakedsvg.svg
2+
:alt: The components of a MongoDB deleteMany operation.
3+
:figwidth: 640px

0 commit comments

Comments
 (0)