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

Fix vale errors #6

Closed
wants to merge 84 commits into from
Closed

Fix vale errors #6

wants to merge 84 commits into from

Commits on Feb 1, 2024

  1. Update text on Nephio landing page to be release-neutral (nephio-proj…

    …ect#101)
    
    This PR makes minor changes to the landing page of the documentation to
    make the language release neutral.
    liamfallon authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    8d8ed82 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Fix Hugo relref references to work in md (nephio-project#100)

    This PR fixes the "ref" and "relref" links in the documentation so that
    they work in Markdown and thus Github. This will mean the links will not
    work in the Hugo documentation.
    
    We need to figure out a way to get the links working in both but they
    really should work in Github.
    
    The links are now all absolute links in order to pass linkspector and to
    work in md.
    
    The linkspector tool fails on any link with a '#' in it, that is a link
    to a tag in any document. The change to the .linkspector file is to
    remove the '#' character and any following text, thus allowing those
    links to pass linkspector.
    liamfallon authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    994ff89 View commit details
    Browse the repository at this point in the history
  2. Fix image links in markdown files (nephio-project#103)

    This PR fixes the image links in the markdown files in the Nephio
    documentation. Prior to this PR, the images did not appear whent he
    markdown was rendered.
    liamfallon authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    fa5ceee View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Update user guides instructions (nephio-project#102)

    This PR fixes some instructions describe in the Free5GC and OAI user
    guides, removes some trail spaces, and simplifies the get logs
    instructions.
    
    Signed-off-by: Victor Morales <[email protected]>
    electrocucaracha authored Feb 3, 2024
    Configuration menu
    Copy the full SHA
    50fead4 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Correct documentation (nephio-project#104)

    Installation guide: Update R1 to R2 
    OAI exercice: correct editor
    debeaueric authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    512da25 View commit details
    Browse the repository at this point in the history
  2. Fixing the ordered list in README (nephio-project#105)

    Signed-off-by: Gergely Csatari <[email protected]>
    CsatariGergely authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    041c434 View commit details
    Browse the repository at this point in the history
  3. Correcting steps in the exercises (nephio-project#106)

    - Adding metallb ip-address pool creation 
    - Removing the extra white spaces from network diagram
    arora-sagar authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    9b3cf60 View commit details
    Browse the repository at this point in the history
  4. Correct free5gc exercise (nephio-project#107)

    Remove edge1, edge2 and regional repos in the output from `kubectl get
    repositories` command
    
    For R2, free5GC tests moved from `test-infra/e2e/tests` to
    `test-infra/e2e/tests/free5gc` directory
    - Correct path for yaml files
    - Correct file name from 003-network.yaml to 002-network.yaml
    - Correct file name from 003-secret.yaml to 002-secret.yaml
    debeaueric authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    3f0e26c View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

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

Commits on Feb 7, 2024

  1. Fix typos (nephio-project#109)

    Signed-off-by: Victor Morales <[email protected]>
    electrocucaracha authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    9a12a45 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Adding a render hook to Hugo generation (nephio-project#112)

    Based on this
    [comment](https://discourse.gohugo.io/t/replace-image-reference-link/35314/8)
    This will make MD cross reference links work in both Github and Hugo
    rendered page.
    And Images showing in both.
    
    
    Note the link at the bottom 
    Before:
    <img width="532" alt="1"
    src="https://github.com/nephio-project/docs/assets/37077655/e4925c1b-3417-4148-9600-b13f9533b3ae">
    After:
    <img width="532" alt="2"
    src="https://github.com/nephio-project/docs/assets/37077655/161e1e5a-82ed-481f-b64c-61d1432618c4">
    
    Note the image:
    <img width="532" alt="3"
    src="https://github.com/nephio-project/docs/assets/37077655/564629d1-be9f-4816-84f4-79761a4955ec">
    
    ---------
    
    Signed-off-by: lapentafd <[email protected]>
    lapentad authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    7e8aea0 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Update Openstack installation r2 (nephio-project#111)

    Renamed the md file.
    Deleted extra steps and added single command for install.
    Linked to the manual installation of the kpt packages for the common
    components.
    
    ---------
    
    Signed-off-by: lapentafd <[email protected]>
    Co-authored-by: Fiachra Corcoran <[email protected]>
    Co-authored-by: Victor Morales <[email protected]>
    Co-authored-by: Kushal Harish Naidu <[email protected]>
    4 people authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    3f24ac2 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

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

Commits on Feb 19, 2024

  1. Adding API Specs (nephio-project#116)

    So far it is an iframe reference to doc.crds.dev. 
    
    In the long run it might be better to use the
    [swaggerui](https://www.docsy.dev/docs/adding-content/shortcodes/#swaggerui)
    or the
    [redoc](https://www.docsy.dev/docs/adding-content/shortcodes/#redoc)
    options of Docsy. For these two later options we would need to have the
    Open API specs of the API-s somewhere. I have a feeling that at the
    moment we have the API-s defined in Go code and not in Open API. Is this
    correct @johnbelamaric ?
    
    Signed-off-by: Gergely Csatari <[email protected]>
    CsatariGergely authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    a025c31 View commit details
    Browse the repository at this point in the history
  2. Unit Test Mocking using Mockery (nephio-project#114)

    This is a contributor guide describing how to use Mockery. It draws
    heavily on [PR-441](nephio-project/nephio#441)
    raised by @vjayaramrh
    
    ---------
    
    Co-authored-by: Victor Morales <[email protected]>
    liamfallon and electrocucaracha authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    89581e1 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Restructuring README (nephio-project#113)

    - Focus more on that this is only the source of the documentation
    - Replace GitHub link with docs.nephio.org ones
    - Add Netlify build status
    
    ---------
    
    Signed-off-by: Gergely Csatari <[email protected]>
    Co-authored-by: Liam Fallon <[email protected]>
    Co-authored-by: Victor Morales <[email protected]>
    3 people authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    e733094 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Adding Helm-To-Operator-Codegen-Sdk Documentation (nephio-project#117)

    The current pr contains the user-guide as well as developer-guide for
    helm-to-operator-codegen-sdk which is a part of nephio sdk
    (https://github.com/nephio-project/nephio-sdk)
    
    ---------
    
    Co-authored-by: Gergely Csatari <[email protected]>
    jain-ashish-sam and CsatariGergely authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    3ff3f62 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Add Gergely to OWNERS file (nephio-project#118)

    Signed-off-by: Gergely Csatari <[email protected]>
    CsatariGergely authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    7b01dd7 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    8017ca8 View commit details
    Browse the repository at this point in the history
  2. Architecture (nephio-project#124)

    As discussed in the architecture meeting on Friday, and again in the SIG
    Network Architecture meeting today, here is the PR for the architecture
    documentation in C4.
    
    ---------
    
    Signed-off-by: Alexis de Talhouët <[email protected]>
    Co-authored-by: Liam Fallon <[email protected]>
    Co-authored-by: Alexis de Talhouët <[email protected]>
    3 people authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    e7e03db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b1d9d0 View commit details
    Browse the repository at this point in the history
  4. Update install-on-multiple-vm.md (nephio-project#122)

    According to playbook in test-infra for provisioning, enabling or
    disabling KinD cluster shall be achieved by
    `kind.enabled` not `kind.enable`
    ([reference](https://github.com/nephio-project/test-infra/blob/2e8de787693dcfb07f0d2e4088d3ed3ccdac1250/e2e/provision/playbooks/roles/bootstrap/README.md?plain=1#L27)).
    
    However, the document had `kind.enable` which sets up a KinD cluster
    that overwrites the current kubeconfig which I had. This seems not to be
    an expected behavior.
    isu-kim authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    7463d2f View commit details
    Browse the repository at this point in the history
  5. License update to CC-BY-4.0 (nephio-project#120)

    This PR is the result of the discussion on Nephio TSC channel regarding
    the docs licensing. It was confirmed that CC-BY-4.0 license had to be
    used and two things had to be changed:
    
    1. Primary LICENSE file
    2. SPDX identifier in code files
    
    Quoting verbatim:
    ---Jenn Bonner (on 21st March 2024)---
    Thread regarding the Docs repo incorrect license.
    I've heard back from LF Legal. They've done a thorough review, and
    recommend the following steps:
    
    1. replace the Apache-2.0 license information in the Documentation repo
    2. change all the SPDX identifiers for documentation int hat repo to
    CC-BY-4.0 from Apache-2.0
    3. Additionally, please have EasyCLA changed so that the documentation
    repo is not included in EasyCLA. [DONE]
    ---
    
    ---------
    
    Signed-off-by: Rahul Jadhav <[email protected]>
    nyrahul authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    beffad4 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Modelling of Nephio API objects (nephio-project#126)

    After some reviews in the modelling (WG4) meetings somewhat of a
    consensus has been reached on a view of the Nephio models, and this is
    the attempt to describe diagrammatically at a hight level what is
    currently there.
    
    ---------
    
    Co-authored-by: Fiachra Corcoran <[email protected]>
    ciaranjohnston and efiacor authored May 2, 2024
    Configuration menu
    Copy the full SHA
    d2f19f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Fixing links (nephio-project#130)

    Signed-off-by: Gergely Csatari <[email protected]>
    CsatariGergely authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    a6d278c View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Adding Arora and Timo to OWNERS (nephio-project#131)

    Both of them are active participants of the doc team for R3.
    
    Signed-off-by: Gergely Csatari <[email protected]>
    CsatariGergely authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    f5c4de9 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Adding versioning support (nephio-project#128)

    This change adds a menu to the documentation pointing to the different
    versions of the deployed documentation set.
    
    Partly fixes [#738](nephio-project/nephio#738)
    
    ---------
    
    Signed-off-by: Gergely Csatari <[email protected]>
    CsatariGergely authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    a404b69 View commit details
    Browse the repository at this point in the history
  2. Upgrade docsy to 0.10.0 (nephio-project#137)

    <!--  Thanks for sending a pull request! -->
    
    **What type of PR is this?**
    > Uncomment only one ` /kind <>` line, hit enter to put that in a new
    line, and remove leading whitespaces from that line:
    >
    > /kind bug
    > /kind cleanup
    > /kind design
    
    /kind documentation
    
    > /kind failing-test
    > /kind feature
    > /kind flake
    
    **What this PR does / why we need it**:
    This PR upgrades docsy to 0.10.0 because with the latest version of
    Hugo, our documentation build with `hugo serve` fails.
    
    **Which issue(s) this PR fixes**:
    Fixes: nephio-project/nephio#751
    
    **Special notes for your reviewer**:
    None
    
    **Does this PR introduce a user-facing change?**:
    None
    liamfallon authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    8cb111c View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Removed hidden code outputs (nephio-project#129)

    Fixes: nephio-project/nephio#495
    
    Signed-off-by: Schweier Dominika <[email protected]>
    lovesprung authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    0f95475 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2fc9ed View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Update R3 documentation link (nephio-project#140)

    The link of the R3 documentation changed to its final one.
    
    Signed-off-by: Gergely Csatari <[email protected]>
    CsatariGergely authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    8c650ae View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Removal of H1 headings and ToCs (nephio-project#142)

    [Usage of H1 headings is not
    recommended](google/docsy#2039) therefore
    this commit removes them. Table of content was added to some of the
    pages, but Docsy generates automatically a ToC to the left side of the
    page. Manual maintenance of ToCs is not needed.
    
    Signed-off-by: Gergely Csatari <[email protected]>
    CsatariGergely authored Jun 21, 2024
    Configuration menu
    Copy the full SHA
    2b75bed View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Add K8S_CONTEXT label documentation (nephio-project#143)

    This is contingent on, and related to
    nephio-project/test-infra#269 so will be
    submitted as a draft for the time being. Documenting the additional
    variable of K8S_CONTEXT introduced in the linked PR for deploying Nephio
    components on non-kind clusters.
    
    Note also that in the "Real K8s Cluster" installation instructions the
    branch should be updated once
    nephio-project/test-infra#269 is merged and a
    new tag is available.
    
    Closes nephio-project/nephio#577
    
    ---------
    
    Co-authored-by: Liam Fallon <[email protected]>
    dkosteck and liamfallon authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    83f2119 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Add O-RAN Integration documentation (nephio-project#134)

    Signed-off-by: Alexis de Talhouët <[email protected]>
    adetalhouet authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    3badd8a View commit details
    Browse the repository at this point in the history
  2. Cosmetic changes to O-RAN integration (nephio-project#145)

    For the reason of consistent documentation look and feel I've made the
    following changes:
    
    - Removal of ToC
    - Remval of H1 heading
    - Adding newline after headings
    - Changing note style
    - Adding newline before and after lists
    
    Signed-off-by: Gergely Csatari <[email protected]>
    CsatariGergely authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    e14eb11 View commit details
    Browse the repository at this point in the history
  3. Tweaking site config (nephio-project#146)

    - ToC is displayed for 5 heading levels
    - Feedback section removed from the pages
    - Bit reorganizing the config file
    
    Signed-off-by: Gergely Csatari <[email protected]>
    CsatariGergely authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    49a1c4d View commit details
    Browse the repository at this point in the history
  4. Fixes for o-ran integration doc (nephio-project#147)

    addresses outstanding comments from
    nephio-project#134
    
    Signed-off-by: Alexis de Talhouët <[email protected]>
    adetalhouet authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    f3bd1b6 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Re-arranging the documentation (nephio-project#148)

    - Added how to create a repo
    - Secret for git repo required by Nephio controller
    
    Tested single VM and multiple VM steps.
    
    This PR is addressing
    nephio-project/nephio#592
    
    ---------
    
    Co-authored-by: Gergely Csatari <[email protected]>
    arora-sagar and CsatariGergely authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    4a231a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Removing outdated variable (nephio-project#150)

    - Variable ANSIBLE_CMD_EXTRA_VAR_LIST does not work properly
    arora-sagar authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    2eee5ee View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Adding Porch documentation to the docs.nephio.org (nephio-project#144)

    This pr adds the markdown documentation of Porch to docs.nephio.org . 
    Open issues are collected in
    [here](nephio-project/nephio#744 (comment)).
    
    Fixes nephio-project/nephio#744
    
    ---------
    
    Signed-off-by: Gergely Csatari <[email protected]>
    Signed-off-by: Schweier Dominika <[email protected]>
    Co-authored-by: Liam Fallon <[email protected]>
    Co-authored-by: Schweier Dominika <[email protected]>
    3 people authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    cca55af View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Release notes for R3 release (nephio-project#151)

    Closes: nephio-project/nephio#769
    
    ---------
    
    Co-authored-by: Rado Chmiel <[email protected]>
    gvbalaji and radoslawc authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    098b8fc View commit details
    Browse the repository at this point in the history
  2. Harmonizing notes and warning texts (nephio-project#153)

    Signed-off-by: Schweier Dominika <[email protected]>
    Signed-off-by: Gergely Csatari <[email protected]>
    Co-authored-by: Gergely Csatari <[email protected]>
    lovesprung and CsatariGergely authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    e6d58c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Updating tutorial with release 3 tags (nephio-project#154)

    - Updating installation and user guide for R3
    - I tested the two tutorials on GCP
    arora-sagar authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    cda1f38 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

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

Commits on Jul 23, 2024

  1. Corrected location for architecture guides (nephio-project#156)

    Corrected location for architecture guides
    gvbalaji authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    f45e0e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Instructions for VM debug setup of Porch (nephio-project#158)

    See also nephio-project/porch#89
    
    ---------
    
    Co-authored-by: Gergely Csatari <[email protected]>
    liamfallon and CsatariGergely authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    ea0000a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c720e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Language corrections to R1 Release Notes. (nephio-project#152)

    Signed-off-by: Michael Greaves <[email protected]>
    mpgreaves authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    2da6850 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Add contributor guide for documentation (nephio-project#164)

    Signed-off-by: Gergely Csatari <[email protected]>
    CsatariGergely authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b9a1f1b View commit details
    Browse the repository at this point in the history
  2. Complete TODO tasks in the environment setup doc (nephio-project#166)

    The following TODO tasks explicitly mentioned in the text were
    completed, thus removed from the docs:
    - WSL2 with Docker Desktop setup was checked and working as expected
    - `sed` is no longer used as part of the mainstream dev process, and in
    the Google-specific parts, where it is still used, it doesn't require
    POSIX specific behavior
    kispaljr authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e212688 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6827a9b View commit details
    Browse the repository at this point in the history
  4. language corrections for Nephio (nephio-project#162)

    Signed-off-by: Michael Greaves <[email protected]>
    mpgreaves authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b5a8fd5 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    41fb7ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5aa6a97 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    8eb30c4 View commit details
    Browse the repository at this point in the history
  2. First try to integrate Vale

    Now without a token
    
    Signed-off-by: Gergely Csatari <[email protected]>
    CsatariGergely committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    2416f22 View commit details
    Browse the repository at this point in the history
  3. Fixing workflow file

    Signed-off-by: Gergely Csatari <[email protected]>
    CsatariGergely committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    0d4e58a View commit details
    Browse the repository at this point in the history
  4. Adding the first batch of allowed words

    Signed-off-by: Gergely Csatari <[email protected]>
    CsatariGergely committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    8f8bede View commit details
    Browse the repository at this point in the history
  5. Configuring the vocabluary

    Signed-off-by: Gergely Csatari <[email protected]>
    CsatariGergely committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    bd2867a View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Fxing vale config

    Signed-off-by: Gergely Csatari <[email protected]>
    CsatariGergely committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    219975f View commit details
    Browse the repository at this point in the history
  2. Enable manual trigger

    Signed-off-by: Gergely Csatari <[email protected]>
    CsatariGergely committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    c14f244 View commit details
    Browse the repository at this point in the history
  3. Moving the .vale folder to the repo root

    Signed-off-by: Gergely Csatari <[email protected]>
    CsatariGergely committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    5f83eee View commit details
    Browse the repository at this point in the history
  4. Adding a token and changing config

    Signed-off-by: Gergely Csatari <[email protected]>
    CsatariGergely committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    b5301a3 View commit details
    Browse the repository at this point in the history
  5. Checking all files

    Signed-off-by: Gergely Csatari <[email protected]>
    CsatariGergely committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    75aab61 View commit details
    Browse the repository at this point in the history
  6. Addig todo to annotations

    Signed-off-by: Gergely Csatari <[email protected]>
    CsatariGergely committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    8fafceb View commit details
    Browse the repository at this point in the history
  7. Hopefully adding the corect token

    Signed-off-by: Gergely Csatari <[email protected]>
    CsatariGergely committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    2309b32 View commit details
    Browse the repository at this point in the history
  8. Limiting to the places where the content is

    Signed-off-by: Gergely Csatari <[email protected]>
    CsatariGergely committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    12ff4b7 View commit details
    Browse the repository at this point in the history
  9. Ignoring Hugo control tokens

    Signed-off-by: Gergely Csatari <[email protected]>
    CsatariGergely committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    0b3d49e View commit details
    Browse the repository at this point in the history
  10. Changig tokens

    Signed-off-by: Gergely Csatari <[email protected]>
    CsatariGergely committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    df26213 View commit details
    Browse the repository at this point in the history
  11. Adding name to action steps

    Signed-off-by: Gergely Csatari <[email protected]>
    CsatariGergely committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    f300756 View commit details
    Browse the repository at this point in the history
  12. Fixing token generation

    Signed-off-by: Gergely Csatari <[email protected]>
    CsatariGergely committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    90ce005 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Apply suggestions from code review

    Co-authored-by: Rado Chmiel <[email protected]>
    CsatariGergely and radoslawc authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    389f9f5 View commit details
    Browse the repository at this point in the history
  2. Inline commands (nephio-project#171)

    Fixed in-line commands
    
    ---------
    
    Signed-off-by: Schweier Dominika <[email protected]>
    Signed-off-by: Dominika Schweier <[email protected]>
    lovesprung authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7c723c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Apply suggestions from code review

    Co-authored-by: Rado Chmiel <[email protected]>
    CsatariGergely and radoslawc authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    97376ff View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Update .github/workflows/proofreading-vale.yml

    Co-authored-by: Rado Chmiel <[email protected]>
    CsatariGergely and radoslawc authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    69ca291 View commit details
    Browse the repository at this point in the history
  2. R2 Release Notes language corrections. (nephio-project#169)

    Signed-off-by: Michael Greaves <[email protected]>
    mpgreaves authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    bc652c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

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

Commits on Oct 5, 2024

  1. Fixing some of the linting erorrs

    Signed-off-by: Gergely Csatari <[email protected]>
    CsatariGergely committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    21666bd View commit details
    Browse the repository at this point in the history
  2. Additional fixes

    Signed-off-by: Gergely Csatari <[email protected]>
    CsatariGergely committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    8199a5b View commit details
    Browse the repository at this point in the history
  3. Hopefully correctly ignoring iframes

    Signed-off-by: Gergely Csatari <[email protected]>
    CsatariGergely committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    6f48a37 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. Changing reporter and error level

    Signed-off-by: Gergely Csatari <[email protected]>
    CsatariGergely committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    39469ec View commit details
    Browse the repository at this point in the history
  2. Maybe fixing the workflow file

    Signed-off-by: Gergely Csatari <[email protected]>
    CsatariGergely committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    2aa783c View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Correcting Vale errors

    Signed-off-by: Gergely Csatari <[email protected]>
    CsatariGergely committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    526fc88 View commit details
    Browse the repository at this point in the history
  2. Installing sphinx for vale

    Signed-off-by: Gergely Csatari <[email protected]>
    CsatariGergely committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    350118e View commit details
    Browse the repository at this point in the history