Skip to content

Commit

Permalink
[DOCS] Changed "Why Aluminum?" to a level one header
Browse files Browse the repository at this point in the history
This commit changes "Why Aluminum?" to a level one header on the homepage of the documentation.
  • Loading branch information
ZelnickB committed Aug 12, 2020
1 parent 00eecb2 commit e00354f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ 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 e00354f

Please sign in to comment.