Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation bootstrap #821

Merged
merged 42 commits into from
Oct 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
8bc0698
Bootstrap documentation
didrocks Sep 13, 2023
cb71d53
Add missing spell check metadata
didrocks Sep 13, 2023
7a07bd7
WIP documentation layout
didrocks Sep 13, 2023
c926767
Fixed links to the images
jibel Sep 13, 2023
534ffe9
Ignore readme.rst in toctree
jibel Sep 13, 2023
a53fe33
Switch spellchecker to en_US
jibel Sep 13, 2023
86050b6
Add list of words to ignore
jibel Sep 13, 2023
640fb07
Fixed spellchecker issues
jibel Sep 13, 2023
b87f499
Added reference documentation
jibel Sep 14, 2023
8a208b8
More words and sorted
jibel Sep 20, 2023
e6b926d
Spelling fixes
jibel Sep 20, 2023
acbe77a
Added tutorial and explanation
jibel Sep 20, 2023
de89f85
Added adwatchd documentation
jibel Sep 21, 2023
0ec44f3
Updated word list
jibel Sep 21, 2023
d46e8c7
Added content to section 'explanation'
jibel Sep 21, 2023
8232d0f
Renamed dconf to GSettings
jibel Sep 21, 2023
627251d
more words and removed version from home page
jibel Sep 21, 2023
76ae6a1
Moved images to their own directory
jibel Sep 21, 2023
4b5acd7
Simplify page and add report bug
jibel Sep 21, 2023
2ab014d
Finished migrating content from Welcome
jibel Sep 21, 2023
8c29f8b
Split adwatchd in howto and reference
jibel Sep 21, 2023
7bb16cd
Added security policy
jibel Sep 21, 2023
be89952
Update doc
didrocks Oct 10, 2023
ef7168a
Split AD join doc
jibel Oct 12, 2023
5b2cbd3
Update ToC
jibel Oct 24, 2023
8f197df
Allow embedding documentation from new location
jibel Oct 24, 2023
63e6558
Updates for new document format
jibel Oct 24, 2023
69c127f
Update autogenerated ref documentation
jibel Oct 24, 2023
59b87ec
Generated new reference documentation
jibel Oct 24, 2023
5ef528a
Updated readme following doc reorg
jibel Oct 24, 2023
2934c26
Updated version of protoc
jibel Oct 24, 2023
783724d
updated versions of modules
jibel Oct 24, 2023
f5da451
Fixed linter errors
jibel Oct 24, 2023
0283c22
Remove old doc and update GH workflow
jibel Oct 24, 2023
1fab0ef
Removed reference to doc/
jibel Oct 24, 2023
2b2079c
Moved cheat sheet to reuse
jibel Oct 26, 2023
cb8874e
Removed aliases and minor clean-up
jibel Oct 26, 2023
e593fed
Consider config option even on completion.
jibel Oct 26, 2023
7f6d7cb
Better logging on completion errors
jibel Oct 26, 2023
95ea9bd
Use document relative to root when it is not aliased
jibel Oct 26, 2023
13f5da7
Documentation tests
jibel Oct 26, 2023
4f94e2d
Linter fixes
jibel Oct 26, 2023
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
94 changes: 0 additions & 94 deletions .github/workflows/auto-updates.yaml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/automatic-doc-checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Main Documentation Checks

on:
- push
- pull_request
- workflow_dispatch

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
documentation-checks:
uses: canonical/documentation-workflows/.github/workflows/documentation-checks.yaml@main
with:
working-directory: 'docs/'
6 changes: 0 additions & 6 deletions .vscode/settings.json

This file was deleted.

Loading