get rid of categories and add more tags
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
575eac4fe0
commit
5ebee61159
20 changed files with 39 additions and 29 deletions
|
|
@ -2,8 +2,7 @@
|
|||
title = "rman - Search the Rust Documentation offline"
|
||||
date = 2020-06-23
|
||||
[taxonomies]
|
||||
tags = [ "rust", "documentation" ]
|
||||
categories = ["programming"]
|
||||
tags = [ "rust", "documentation", "programming"]
|
||||
+++
|
||||
|
||||
Want to search your local offline rust `std` documentation,
|
||||
|
|
@ -30,4 +29,4 @@ Fire up your browser with the search window from your terminal:
|
|||
$ rman MaybeUnit
|
||||
```
|
||||
|
||||
Ok... it's not `man` and `apropos` ... but good enough for now.
|
||||
Ok... it's not `man` and `apropos` ... but good enough for now.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue