aboutsummaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md80
1 files changed, 80 insertions, 0 deletions
diff --git a/docs/index.md b/docs/index.md
new file mode 100644
index 00000000..584414ab
--- /dev/null
+++ b/docs/index.md
@@ -0,0 +1,80 @@
1# Index
2
3* [Welcome](welcome.md)
4
5* Installing LuaRocks
6 * [Download](download.md)
7 * [Installation instructions for Unix](installation_instructions_for_unix.md)
8 * [Installation instructions for macOS](installation_instructions_for_macos.md)
9 * [Installation instructions for Windows](installation_instructions_for_windows.md)
10
11* Using LuaRocks
12 * [Using LuaRocks](using_luarocks.md)
13 * [Types of rocks](types_of_rocks.md)
14 * [Rocks repositories](rocks_repositories.md)
15 * [Browse rocks](browse_rocks.md)
16 * [Dependencies](dependencies.md)
17 * [Paths and external dependencies](paths_and_external_dependencies.md)
18 * [Namespaces](namespaces.md)
19 * [Pinning versions with a lock file](pinning_versions_with_a_lock_file.md)
20 * [Community support and more resources](more_resources.md)
21
22* Creating rocks
23 * [Creating a rock](creating_a_rock.md)
24 * [Platform overrides](platform_overrides.md)
25 * [Platform-agnostic external dependencies](platform_agnostic_external_dependencies.md)
26 * [Recommended practices for Makefiles](recommended_practices_for_makefiles.md)
27 * [Creating a Makefile that plays nice with LuaRocks](creating_a_makefile_that_plays_nice_with_luarocks.md)
28 * [Creating LuaRocks with GNU autotools](creating_luarocks_with_gnu_autotools.md)
29
30* Advanced topics
31 * [LuaRocks through a proxy](luarocks_through_a_proxy.md)
32 * [Embedding LuaRocks in an application](embedding_luarocks_in_an_application.md)
33 * [Integrating distro modules with LuaRocks](integrating_distro_modules_with_luarocks.md)
34 * [Hosting binary rocks](hosting_binary_rocks.md)
35
36* Reference
37 * [File formats](file_formats.md)
38 * [Config file format](config_file_format.md)
39 * [Rock file format](rock_file_format.md)
40 * [Rockspec format](rockspec_format.md)
41 * [Rock manifest file format](rock_manifest_file_format.md)
42 * [Manifest file format](manifest_file_format.md)
43
44 * [File locations](file_locations.md)
45
46 * Command-line interface
47 * [luarocks](luarocks.md)
48 * [luarocks build](luarocks_build.md)
49 * [luarocks config](luarocks_config.md)
50 * [luarocks doc](luarocks_doc.md)
51 * [luarocks download](luarocks_download.md)
52 * [luarocks help](luarocks_help.md)
53 * [luarocks install](luarocks_install.md)
54 * [luarocks lint](luarocks_lint.md)
55 * [luarocks list](luarocks_list.md)
56 * [luarocks make](luarocks_make.md)
57 * [luarocks new_version](luarocks_new_version.md)
58 * [luarocks pack](luarocks_pack.md)
59 * [luarocks path](luarocks_path.md)
60 * [luarocks purge](luarocks_purge.md)
61 * [luarocks remove](luarocks_remove.md)
62 * [luarocks search](luarocks_search.md)
63 * [luarocks show](luarocks_show.md)
64 * [luarocks test](luarocks_test.md)
65 * [luarocks unpack](luarocks_unpack.md)
66 * [luarocks upload](luarocks_upload.md)
67 * [luarocks write_rockspec](luarocks_write_rockspec.md)
68
69 * [luarocks-admin](luarocks_admin.md)
70 * [luarocks-admin add](luarocks_admin_add.md)
71 * [luarocks-admin help](luarocks_admin_help.md)
72 * [luarocks-admin make manifest](luarocks_admin_make_manifest.md)
73 * [luarocks-admin refresh cache](luarocks_admin_refresh_cache.md)
74 * [luarocks-admin remove](luarocks_admin_remove.md)
75
76 * [Release history](release_history.md)
77
78* [Credits](credits.md)
79* [License](license.md)
80* [Index](index.md)