Skip to content

Commit

Permalink
[DOCS] Shifted all headers on documentation homepage up one level
Browse files Browse the repository at this point in the history
This reverses commit cc69ec9, which had no effect on the built PDF output.
  • Loading branch information
ZelnickB committed Aug 23, 2020
1 parent 4399317 commit 720f13d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@
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 720f13d

Please sign in to comment.