Skip to content

Commit

Permalink
[DOCS] Shifted all headers on documentation homepage down one level
Browse files Browse the repository at this point in the history
This should improve the PDF version of the built documentation.
  • Loading branch information
ZelnickB committed Aug 13, 2020
1 parent e00354f commit cc69ec9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
**************
About Aluminum
**************
==============

What is Aluminum?
=================
-----------------

Aluminum is a lightweight web server written entirely in `Node.js <https://www.nodejs.org>`_, "an asynchronous event-driven JavaScript runtime ... designed to build scalable network applications." It includes not only a traditional static file server, but also various other features that simplify the web development process, such as an authentication server and a network-based cryptography server.

Why Aluminum?
=============
-------------

Aluminum is simple to install and easy to use. Simply clone the git repository, install the dependencies automatically with ``yarn``, and copy the default configuration files into the higher level directory. Starting the web server is as simple as typing ``yarn run start`` into your terminal.

Expand Down

0 comments on commit cc69ec9

Please sign in to comment.