mirror of
https://github.com/chubin/cheat.sh.git
synced 2024-12-02 07:50:04 +03:00
added oeis to lib/config.py
This commit is contained in:
parent
c4c3a627de
commit
083dbe2eef
@ -85,6 +85,7 @@ _CONFIG = {
|
||||
"cheat.sheets dir",
|
||||
"learnxiny",
|
||||
"rfc",
|
||||
"oeis",
|
||||
],
|
||||
"adapters.mandatory": [
|
||||
"search",
|
||||
@ -114,6 +115,7 @@ _CONFIG = {
|
||||
("^$", "search"),
|
||||
("^[^/]*/rosetta(/|$)", "rosetta"),
|
||||
("^rfc/", "rfc"),
|
||||
("^oeis/", "oeis"),
|
||||
("^:", "internal"),
|
||||
("/:list$", "internal"),
|
||||
("/$", "cheat.sheets dir"),
|
||||
|
Loading…
Reference in New Issue
Block a user