| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
This breaks existing links with a trailing slash, so it's a no-go.
This reverts commit d1a7e030c5daa4a09ee93b8af6b28ecaac5d34d0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
As it breaks relative links to other pages. For example, the
BOOT_LOADER_INTERFACE page has a relative link to
AUTOMATIC_BOOT_ASSESSMENT. With a slash in the page's permalink, that
link leads to:
http://127.0.0.1:4000/BOOT_LOADER_INTERFACE/AUTOMATIC_BOOT_ASSESSMENT
which is incorrect. Dropping the trailing slash makes the link link to
the correct place:
http://127.0.0.1:4000/AUTOMATIC_BOOT_ASSESSMENT
Resolves: #32088
|
|
|
|
|
|
|
|
|
| |
This reverts commit 5e8ff010a1436d33bbf3c108335af6e0b4ff7a2a.
This broke all the URLs, we can't have that. (And actually, we probably don't
_want_ to make the change either. It's nicer to have all the pages in one
directory, so one doesn't have to figure out to which collection the page
belongs.)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Those were added in b41a3f66c97e3d861faed04b727daf929383b827 without
an explicit license, so they are under the default license. Some files
already got a header previously, so this only touches the remaining.
The same should be done for docs/_data/extra_pages.json, but it's json, and
json doesn't allow comments.
|
|
|
|
|
|
|
| |
Add custom Jekyll theme, logo, webfont and .gitignore
FIXME: the markdown files have some H1 headers which need to be replaced
with H2
|
|
|
|
|
|
| |
This theme uses anchorjs to provide mouse-over anchor links.
Closes: #10418
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|