Commands
These are the commands that @charlesmike knows. Any comment addressed to the bot, containing the words in the command name should work:
- hello - it will introduce itself;
-
index site - indexes the whole website, crawling it as a graph;
- any comment containing the words “index” and “site” will trigger this. Recommended only for small sites. For bigger sites/blogs, try indexing by sitemap.
-
index sitemap - index the site represented by a
sitemap.xml
file;-
any comment containing the words “index” and “sitemap”, and also the link to the sitemap.xml file in Markdown.
E.g.@charlemike index [this](link/to/sitemap) sitemap pls
-
any comment containing the words “index” and “sitemap”, and also the link to the sitemap.xml file in Markdown.
-
index page - indexes a single page;
-
the comment has to contain the words “index” and “page”, and also the link to the page in markdown format;
E.g.@charlesmike index [this](link/to/page) page)
-
the comment has to contain the words “index” and “page”, and also the link to the page in markdown format;
-
delete - deletes the index;
- the comment has to contain the word “delete” and the repo’s name (for double-checking);