pidgin/nest

Update config.toml to direct the "Edit" link to the correct part of the repo. Assuming "default" is the branch that represents the website.

Testing Done:
Tested on pages from "Install" through "Help", assuming it works on the remaining ones.

Bugs closed: NEST-28

Reviewed at https://reviews.imfreedom.org/r/134/
{
"version": "0.1",
"language": "en",
"words": [],
"dictionaryDefinitions": [
{
"name": "Pidgin",
"path": "./tools/pidgin-words.txt"
}
],
"dictionaries": [
"Pidgin",
"en-us",
"en-gb",
"companies"
],
"flagWords": [],
"ignorePaths": [
"node_modules/**",
"hugo/themes/learn/**",
"hugo/public/**",
"public/**",
"tools/paths.txt",
"package-lock.json",
"package.json",
"hugo/data/**/*",
"convey.yml"
],
"overrides": [
{
"filename": "hugo/content/**/*.es.md",
"language": "es"
}
],
"enabledLanguageIds": [
"css",
"dockerfile",
"html",
"javascript",
"json",
"jsonc",
"markdown",
"plaintext",
"python",
"scss",
"text",
"toml",
"yaml",
"yml"
]
}