Skip to content

Commit

Permalink
Reference Manual: Re-arrange index
Browse files Browse the repository at this point in the history
for better readability
  • Loading branch information
ffesti committed May 18, 2021
1 parent 1728bbc commit 4323c19
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions docs/manual/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ title: rpm.org - RPM Reference Manual

## Package Management

### Transactions

### Verification

### Queries
### Queries and RPM Meta Data
* [RPM Tags](tags.md)
* [Large File support](large_files.md)
* [Query formatting](queryformat.md)

### Signatures
Expand All @@ -24,19 +22,20 @@ title: rpm.org - RPM Reference Manual
* [Build Process](buildprocess.md)
* [Spec Syntax](spec.md)
* [Autosetup](autosetup.md)
* [Dependencies](dependencies.md)
* Dependencies
* [Dependencies Basics](dependencies.md)
* [More on Dependencies](more_dependencies.md)
* [Boolean Dependencies](boolean_dependencies.md)
* [Architecture Dependencies](arch_dependencies.md)
* [Installation Order](tsort.md)
* [Automatic Dependency Generation](dependency_generators.md)
* Install scriptlets
* [Triggers](triggers.md)
* [File Triggers](file_triggers.md)
* [Scriptlet Expansion](scriptlet_expansion.md)
* [Conditional Builds](conditionalbuilds.md)
* [Relocatable Packages](relocatable.md)
* [Buildroot](buildroot.md) and [Multiple build areas](multiplebuilds.md)
* [Dependency Generation](dependency_generators.md)


## Developer Information
Expand All @@ -45,8 +44,6 @@ title: rpm.org - RPM Reference Manual
* [Plugin API](plugins.md)

### Package Format
* [RPM Tags](tags.md)
* [Large File support](large_files.md)
* [RPM v3 file format](format.md)
* [RPM v4 header regions](hregions.md)
* [RPM v4 signatures and digests](signatures_digests.md)
Expand Down

0 comments on commit 4323c19

Please sign in to comment.