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

docs(contributing): Homogenize format across translated files #6625

Merged

Commits on Nov 4, 2021

  1. Configuration menu
    Copy the full SHA
    510c268 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e83220a View commit details
    Browse the repository at this point in the history
  3. docs(contributing): Apply headings 2-1 empty lines lint rule

    forgotten in previous commit: e83220a
    davorpa committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    c0121b8 View commit details
    Browse the repository at this point in the history
  4. docs(contributing): Move anchor alias to inside list items

    ... there where an anchor alias `<a name="...">` is used near to each of those list items
    
    This solves markdownlint `MD032/blanks-around-lists` issue
    davorpa committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    6c8d900 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    780cd6d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4d58f16 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    31c776c View commit details
    Browse the repository at this point in the history
  8. docs(contributing): Homogenize format & indent of code blocks

    - Format using fenced style.
    - Well indent in those placed inside list enumerations.
    - Simulate `Good` - `Bad` monospace double colon indent inside each one.
    
    - Examples highlighting as `text-plain`. The `md, markdown` style doesn't work very well since blocks has mixed syntax.
    - `check_urls` code block highlighted as `properties` style (key-value pair).
    
    Solves markdownlint rules:
    - MD040/fenced-code-language: Fenced code blocks should have a language specified
    - MD046/code-block-style: Code block style [Expected: indented; Actual: fenced]
    davorpa committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    f9dc719 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f7905f9 View commit details
    Browse the repository at this point in the history
  10. docs(contributing): Homogenize format & indent of code blocks

    - Simulate `Good` - `Bad` monospace double colon indent inside each one.
    
    Revert commit f9dc719 only in this file after check non-needs in a deployed web snapshot
    davorpa committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    a2d758b View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. docs(contributing): Use "consistent" unordered list mark

    Solves markdownlint rules:
    MD004/ul-style: Unordered list style "consistent"
    davorpa committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    0333e20 View commit details
    Browse the repository at this point in the history
  2. docs(contributing): Solve no-space-in-* lint rules

    markdownlint rules:
    MD037/no-space-in-emphasis: Spaces inside emphasis
    MD038/no-space-in-code: Spaces inside code span elements
    MD039/no-space-in-links: Spaces inside link text
    davorpa committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    50e4f77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b6db6a View commit details
    Browse the repository at this point in the history
  4. docs(contributing): Hack highlight IDE/Editors headings+HTML

    It apply the hack to highlight in IDE/Editors those headings with an anchor alias just before itself
    davorpa committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    0d97b01 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Configuration menu
    Copy the full SHA
    c803924 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb7e9fe View commit details
    Browse the repository at this point in the history
  3. docs(contributing): ALLCAPS

    davorpa committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    6b6ada5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1899ca4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e74fb3 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. Configuration menu
    Copy the full SHA
    67bfbb5 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Configuration menu
    Copy the full SHA
    952c9a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ce3add View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eefdcf5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e9ea57 View commit details
    Browse the repository at this point in the history
  5. docs(contributing): literals/markup texts in monospace font

    - `et al.`
    - File extensions `.md`
    - Protocols: `http`, `https`...
    - Notes: LeanPub, require email, StackOverflow, in process, archived
    
    trailing dots in that lines
    davorpa committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    01cb7cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d6acbbb View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2021

  1. Configuration menu
    Copy the full SHA
    d457829 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8335d05 View commit details
    Browse the repository at this point in the history
  3. docs(contributing): fix broken ref link to programming-playgrounds

    Fix over EbookFoundation#5449 and commit 3c42c36
    
    (cherry picked from commit 59ebfe3)
    davorpa committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    40ca417 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e66d3a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47e0a09 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2021

  1. Merge EbookFoundation#6627 commit '8335d0508f6658a54214a392f03cf4a9a4…

    …867cbb' into davorpa/docs/contributing/sync/1
    
    Solve conflicts
    Commit: 8335d05
    davorpa committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    44b8b34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8edb655 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2021

  1. Merge EbookFoundation#6614 upstream/main commit into docs/contributin…

    …g/sync/1
    
    Solve conficts with 868d947
    davorpa committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    1d504a4 View commit details
    Browse the repository at this point in the history
  2. Merge EbookFoundation#6627 upstream/main commit into docs/contributin…

    …g/sync/1
    
    Solve conflicts with ee4b9ee
    davorpa committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    86ddcf3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65d2408 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e31d14 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2022

  1. Merge EbookFoundation#6631 upstream/main commit into docs/contributin…

    …g/sync/1
    
    * Add repo badges (see EbookFoundation#5983)
    
    (cherry picked from a16a79b solving merge conflict)
    davorpa committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    0e88060 View commit details
    Browse the repository at this point in the history
  2. Merge EbookFoundation#6662 upstream/main commit into docs/contributin…

    …g/sync/1
    
    * Apply centering proposed at EbookFoundation#5983 but not implemented in EbookFoundation#6631
    
    (cherry picked from commit f36fd03)
    davorpa committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    ca6a4d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4269cd View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2022

  1. Configuration menu
    Copy the full SHA
    a22edf8 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Merge EbookFoundation#6677 upstream/main commit into docs/contributin…

    …g/sync/1
    
    fix(docs): Use Kramdown processor (EbookFoundation#6677)
    * Update _config.yml
    * add markdown="1"
    * update url
    * complete removing spaces?
    * explicitly use kramdown
    
    (cherry picked from commit de2f319)
    davorpa committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    693678b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad5059d View commit details
    Browse the repository at this point in the history