Skip to content

Commit c518630

Browse files
committed
DOCS-999 reorg landing page w table and Stack Overflow
1 parent 1db40a4 commit c518630

File tree

2 files changed

+79
-40
lines changed

2 files changed

+79
-40
lines changed

source/index.txt

Lines changed: 45 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -6,66 +6,81 @@ The MongoDB Manual
66

77
.. default-domain:: mongodb
88

9-
MongoDB is an open-source, document-oriented database designed for ease
10-
of development and scalability.
119

12-
.. list-table::
13-
14-
* - **Getting Started**
15-
16-
:doc:`/installation`
10+
Welcome to the MongoDB Manual! MongoDB is an open-source,
11+
document-oriented database designed for ease of development and
12+
scalability.The Manual begins by introducing MongoDB and continues to
13+
describe the query language, operational considerations and procedures,
14+
administration, among other topics in addition to a thorough reference.
15+
This manual is under constant development. See the :doc:`/about` for
16+
more information on the MongoDB Documentation project.
1717

18-
:doc:`Introduction to MongoDB </tutorial/getting-started>`
18+
.. list-table::
19+
:header-rows: 1
20+
:class: index-table
1921

20-
:doc:`MongoDB Fundamentals </faq/fundamentals>`
22+
* - Getting Started
23+
- Developers
24+
- Administrators
25+
- Reference
26+
27+
* - :doc:`/installation`
2128

22-
:doc:`/mongo`
29+
:doc:`First Steps </tutorial/getting-started>`
30+
31+
:doc:`MongoDB Shell </mongo>`
2332

2433
:doc:`Tutorials </tutorial>`
2534

26-
- **Developers**
27-
28-
:doc:`Database Operations</crud>`
35+
- :doc:`Database Operations</crud>`
2936

3037
:doc:`Aggregation </applications/aggregation>`
3138

3239
:doc:`/indexes`
3340

34-
:doc:`/applications`
41+
:doc:`Develop with MongoDB</applications>`
3542

36-
- **Administrators**
43+
- :doc:`Operations </administration>`
3744

38-
:doc:`/administration`
45+
:doc:`Replica Sets </replication>`
3946

40-
:doc:`/replication`
41-
42-
:doc:`/sharding`
47+
:doc:`Sharded Clusters</sharding>`
4348

44-
:doc:`/security`
49+
:doc:`MongoDB Security </security>`
4550

46-
- **Reference**
51+
- :doc:`Shell Methods </reference/javascript>`
4752

48-
:doc:`/reference`
53+
:doc:`Query Operators </reference/operators>`
4954

50-
:doc:`JavaScript Methods </reference/javascript>`
55+
:doc:`Database Commands </reference/commands>`
5156

52-
:doc:`Operators </reference/operators>`
57+
:doc:`/reference/glossary`
5358

54-
:doc:`Commands </reference/commands>`
59+
* -
60+
-
61+
-
62+
-
5563

56-
:doc:`/reference/glossary`
64+
If you're new to MongoDB, also consider the following resources:
65+
66+
.. toctree::
67+
:maxdepth: 1
68+
69+
reference/sql-comparison
70+
/faq
71+
Complete Reference Section </reference>
5772

5873
Community
5974
~~~~~~~~~
6075

6176
MongoDB has an :wiki:`active community <community>`. You'll get a quick
6277
response to MongoDB questions (i.e. questions tagged ``mongodb``) posted
63-
to `StackOverflow`_.
78+
to `Stack Overflow`_.
6479

65-
.. _`StackOverflow`: http://stackoverflow.com/questions/tagged/mongodb
80+
.. _`Stack Overflow`: http://stackoverflow.com/questions/tagged/mongodb
6681

67-
Other Resources
68-
~~~~~~~~~~~~~~~
82+
Additional Resources
83+
~~~~~~~~~~~~~~~~~~~~
6984

7085
The following resources provide additional information:
7186

themes/mongodb/static/mongodb-docs.css_t

Lines changed: 34 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -320,24 +320,48 @@ div td pre {
320320
}
321321

322322
table.docutils td { padding: 8px; }
323+
table.docutils>thead th.head {
324+
padding-top: 5px;
325+
padding-bottom: 5px;
326+
background-color: #F3F4EB;
327+
}
323328

324-
div#the-mongodb-manual.section table.docutils td {
329+
table.index-table td {
330+
text-align: center;
325331
border-bottom: none;
326-
padding-left: 25px;
327-
padding-right: 25px;
332+
border-right: 4px solid white;
333+
padding-left: 15px;
334+
padding-right: 15px;
335+
padding-bottom: 0px;
336+
padding-top: 5px;
337+
}
338+
339+
table.index-table tr.row-even td p {
340+
line-height: 1.3em;
328341
}
329342

330-
div#the-mongodb-manual.section table.docutils {
343+
344+
table.index-table tr.row-odd td {
345+
text-align: center;
346+
border-bottom: none;
347+
border-right: none;
348+
padding-left: 15px;
349+
padding-right: 15px;
350+
max-height:5px;
351+
padding-top: 0px;
352+
}
353+
354+
table.index-table {
331355
margin: auto;
332-
padding-top: 5px;
333-
padding-bottom: 5px;
334356
background-color: #F3F4EB;
335357
}
336358

337-
table.docutils>thead th.head {
338-
padding-top: 5px;
339-
padding-bottom: 5px;
340-
background-color: #F3F4EB;
359+
table.index-table th.head {
360+
text-align: center;
361+
padding-top:10px;
362+
padding-left: 15px;
363+
padding-right: 15px;
364+
border-bottom: none;
341365
}
342366

343367
div#mongodb ul {

0 commit comments

Comments
 (0)