mirror of
https://github.com/chubin/cheat.sh.git
synced 2026-06-20 13:16:44 +02:00
added oeis to lib/config.py
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user