Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/.custom_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ bootloader
bpf
Broadcom
bugfix
Canonical's
CDN
CDNs
[Cc]group
Expand Down Expand Up @@ -62,6 +63,7 @@ dvipng
eg
equivolent
errno
esr
euid
fd
fde
Expand Down Expand Up @@ -198,6 +200,7 @@ pwm
Pygments
QEMU
readthedocs
Rediraffe
Reexec
reexec
remoteproc
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ worth taking, no matter how large or small.

self
local-development
```
```
7 changes: 0 additions & 7 deletions docs/contributing/local-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ page before you begin contributing.

- {ref}`Find an issue to work on <finding-issues>`
- {ref}`Pick your workflow <choose-workflow>`
- Work on the issue ({ref}`get help <get-help>` if you need it!)
- {ref}`Test your contribution <doc-testing>`
- {ref}`Submit it for review <submit-work>`

Expand Down Expand Up @@ -183,12 +182,6 @@ You can also use these commands for different purposes:

Run `make` by itself to see a list of all available commands.

### Writing guidance

Once your environment is set up and you have got your local copy running without
any build errors, check out our {ref}`guidance for writing <writing-guidance>`
section to find out about our style guide and other important information.

(doc-testing)=
## Test your changes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -329,13 +329,13 @@ acme-some-ssid

If we wanted to ensure that only admins were able to access certain data in confdb storage, we can add a visibility field to storage entries. For example, say we wanted only admins to read the `psk` field defined earlier. To limit access to `psk`, in the storage schema definition, we would change

```yaml
```
"psk": "${password}",
```

to

```yaml
```
"psk": {
"type": "${password}",
"visibility": "secret"
Expand Down
1 change: 0 additions & 1 deletion docs/redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

# Redirects added after RTD migration
quickstart-tour/ tutorials/get-started/
contributing/ contributing/index

# RTD reconfiguration
how-to-guides/snap-development/api/redoc-static.html reference/development/snapd-rest-api
Expand Down
Loading