Skip to content
Snippets Groups Projects
  1. Jun 11, 2024
  2. Feb 16, 2024
  3. Jan 13, 2023
    • Matt Wang's avatar
      docs: fix broken relative page links (#1106) · a789198b
      Matt Wang authored
      In touching up the migration guide, I noticed that many of our documentation site links are broken! For example, on the homepage, this link:
      
      <img width="782" alt="screenshot of homepage; code snippet is in next block" src="https://user-images.githubusercontent.com/14893287/210462690-31aa7bf5-dd79-4e8f-a3c5-1213e73771c4.png">
      
      which has the following href
      
      ```code
      <a href="/just-the-docs/just-the-docs/CHANGELOG/">the CHANGELOG</a>
      ```
      
      duplicates the `baseurl` twice. There are 14 such broken links across the site. Each link duplicates the `baseurl` and `link` tags, which has since been resolved with links being relative by default (there's a set of PRs that document this - I can't find the exact paper trail right now).
      
      To resolve this, I:
      
      - find and replace site-wide `{{ site.baseurl }}{% link` with `{% link`
      - tested each link, which now works properly locally *and* on the deploy preview
      
      I'm surprised we didn't catch this earlier! I also could be missing something else, in which case feedback on this PR is certainly welcome.
      Unverified
      a789198b
  4. Dec 05, 2022
  5. Nov 05, 2022
    • Peter Mosses's avatar
      Update the theme home page (#1018) · c278005d
      Peter Mosses authored
      * Update the theme home page
      
      Major update:
      - Refer to `just-the-docs-template` for getting started.
      - Avoid duplication of details provided in the template docs.
      - Distinguish between theme users and theme developers.
      - Update the callouts.
      - Make the marked-up text easier to read and edit by using short-cut link references.
      
      * Update index.md
      
      - Add a reference to the theme README for using the theme as a gem.
      - Add a footnote separator line.
      Unverified
      c278005d
  6. Oct 24, 2022
  7. Oct 10, 2022
  8. Sep 22, 2022
    • Peter Mosses's avatar
      Make CHANGELOG urls clickable (#977) · dbe15746
      Peter Mosses authored
      * Make CHANGELOG urls clickable
      
      - Add link reference definitions for PRs and new contributors in v0.4.0.rc2
      - Replace inline urls by shortcut link references
      - Add front matter so the page appears in the navigation
      - Change the link to the CHANGELOG on the home page
      
      The CHANGELOG contents should look the same in the docs and in the repo (apart from the callouts) with clickable links to PRs and some contributors.
      
      The urls shown in the changes in v0.4.0.rc1 (and previous releases) haven't yet been made clickable – it would be too tedious and error-prone to do it manually.
      
      * Make CHANGELOG urls clickable
      
      - Add a callout
      Unverified
      dbe15746
  9. Sep 12, 2022
  10. Sep 11, 2022
  11. Aug 08, 2022
  12. Mar 10, 2022
  13. Mar 09, 2022
  14. Mar 03, 2022
  15. Mar 02, 2022
  16. Mar 01, 2022
  17. Sep 07, 2021
  18. Jun 23, 2021
  19. Jun 18, 2021
  20. Sep 14, 2020
  21. May 01, 2020
  22. Apr 27, 2020
  23. Sep 10, 2019
  24. May 01, 2019
Loading