Skip to content

Commit

Permalink
rst syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseshieh committed Sep 11, 2021
1 parent 5fc7df8 commit c07bbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/getting-started-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ Don't forget to commit
git add elixir_buildpack.config phoenix_static_buildpack.config
git commit -m "set elixir, erlang, and node version"
If you're using Phoenix v1.6, it uses `esbuild` to compile your assets but Gigalixir images come with npm, so we will configure npm directly to deploy our assets. Add a `assets/package.json` file if you don't have any with the following:
If you're using Phoenix v1.6, it uses :bash:`esbuild` to compile your assets but Gigalixir images come with npm, so we will configure npm directly to deploy our assets. Add a :bash:`assets/package.json` file if you don't have any with the following:

.. code-block:: bash
Expand Down

0 comments on commit c07bbd1

Please sign in to comment.