-
Notifications
You must be signed in to change notification settings - Fork 0
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
Commits on Feb 1, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 8d8ed82 - Browse repository at this point
Copy the full SHA 8d8ed82View commit details
Commits on Feb 2, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 994ff89 - Browse repository at this point
Copy the full SHA 994ff89View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for fa5ceee - Browse repository at this point
Copy the full SHA fa5ceeeView commit details
Commits on Feb 3, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 50fead4 - Browse repository at this point
Copy the full SHA 50fead4View commit details
Commits on Feb 5, 2024
-
Correct documentation (nephio-project#104)
Installation guide: Update R1 to R2 OAI exercice: correct editor
Configuration menu - View commit details
-
Copy full SHA for 512da25 - Browse repository at this point
Copy the full SHA 512da25View commit details -
Fixing the ordered list in README (nephio-project#105)
Signed-off-by: Gergely Csatari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 041c434 - Browse repository at this point
Copy the full SHA 041c434View commit details -
Correcting steps in the exercises (nephio-project#106)
- Adding metallb ip-address pool creation - Removing the extra white spaces from network diagram
Configuration menu - View commit details
-
Copy full SHA for 9b3cf60 - Browse repository at this point
Copy the full SHA 9b3cf60View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 3f0e26c - Browse repository at this point
Copy the full SHA 3f0e26cView commit details
Commits on Feb 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 55569f1 - Browse repository at this point
Copy the full SHA 55569f1View commit details
Commits on Feb 7, 2024
-
Fix typos (nephio-project#109)
Signed-off-by: Victor Morales <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9a12a45 - Browse repository at this point
Copy the full SHA 9a12a45View commit details
Commits on Feb 12, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 7e8aea0 - Browse repository at this point
Copy the full SHA 7e8aea0View commit details
Commits on Feb 14, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 3f24ac2 - Browse repository at this point
Copy the full SHA 3f24ac2View commit details
Commits on Feb 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6097320 - Browse repository at this point
Copy the full SHA 6097320View commit details
Commits on Feb 19, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for a025c31 - Browse repository at this point
Copy the full SHA a025c31View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 89581e1 - Browse repository at this point
Copy the full SHA 89581e1View commit details
Commits on Feb 27, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for e733094 - Browse repository at this point
Copy the full SHA e733094View commit details
Commits on Mar 1, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 3ff3f62 - Browse repository at this point
Copy the full SHA 3ff3f62View commit details
Commits on Mar 7, 2024
-
Add Gergely to OWNERS file (nephio-project#118)
Signed-off-by: Gergely Csatari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7b01dd7 - Browse repository at this point
Copy the full SHA 7b01dd7View commit details
Commits on Apr 16, 2024
-
updated doc to call out docker supplementary group is loaded (nephio-…
…project#123) closes: nephio-project/nephio#589
Configuration menu - View commit details
-
Copy full SHA for 8017ca8 - Browse repository at this point
Copy the full SHA 8017ca8View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for e7e03db - Browse repository at this point
Copy the full SHA e7e03dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b1d9d0 - Browse repository at this point
Copy the full SHA 4b1d9d0View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 7463d2f - Browse repository at this point
Copy the full SHA 7463d2fView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for beffad4 - Browse repository at this point
Copy the full SHA beffad4View commit details
Commits on May 2, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for d2f19f0 - Browse repository at this point
Copy the full SHA d2f19f0View commit details
Commits on Jun 5, 2024
-
Fixing links (nephio-project#130)
Signed-off-by: Gergely Csatari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a6d278c - Browse repository at this point
Copy the full SHA a6d278cView commit details
Commits on Jun 6, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for f5c4de9 - Browse repository at this point
Copy the full SHA f5c4de9View commit details
Commits on Jun 13, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for a404b69 - Browse repository at this point
Copy the full SHA a404b69View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 8cb111c - Browse repository at this point
Copy the full SHA 8cb111cView commit details
Commits on Jun 17, 2024
-
Removed hidden code outputs (nephio-project#129)
Fixes: nephio-project/nephio#495 Signed-off-by: Schweier Dominika <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0f95475 - Browse repository at this point
Copy the full SHA 0f95475View commit details -
Changing the theme colors and the start page (nephio-project#138)
Fixes: nephio-project/nephio#509 --------- Signed-off-by: Gergely Csatari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e2fc9ed - Browse repository at this point
Copy the full SHA e2fc9edView commit details
Commits on Jun 18, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 8c650ae - Browse repository at this point
Copy the full SHA 8c650aeView commit details
Commits on Jun 21, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 2b75bed - Browse repository at this point
Copy the full SHA 2b75bedView commit details
Commits on Jun 27, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 83f2119 - Browse repository at this point
Copy the full SHA 83f2119View commit details
Commits on Jun 28, 2024
-
Add O-RAN Integration documentation (nephio-project#134)
Signed-off-by: Alexis de Talhouët <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3badd8a - Browse repository at this point
Copy the full SHA 3badd8aView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for e14eb11 - Browse repository at this point
Copy the full SHA e14eb11View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 49a1c4d - Browse repository at this point
Copy the full SHA 49a1c4dView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for f3bd1b6 - Browse repository at this point
Copy the full SHA f3bd1b6View commit details
Commits on Jul 1, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 4a231a1 - Browse repository at this point
Copy the full SHA 4a231a1View commit details
Commits on Jul 2, 2024
-
Removing outdated variable (nephio-project#150)
- Variable ANSIBLE_CMD_EXTRA_VAR_LIST does not work properly
Configuration menu - View commit details
-
Copy full SHA for 2eee5ee - Browse repository at this point
Copy the full SHA 2eee5eeView commit details
Commits on Jul 5, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for cca55af - Browse repository at this point
Copy the full SHA cca55afView commit details
Commits on Jul 11, 2024
-
Release notes for R3 release (nephio-project#151)
Closes: nephio-project/nephio#769 --------- Co-authored-by: Rado Chmiel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 098b8fc - Browse repository at this point
Copy the full SHA 098b8fcView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for e6d58c1 - Browse repository at this point
Copy the full SHA e6d58c1View commit details
Commits on Jul 18, 2024
-
Updating tutorial with release 3 tags (nephio-project#154)
- Updating installation and user guide for R3 - I tested the two tutorials on GCP
Configuration menu - View commit details
-
Copy full SHA for cda1f38 - Browse repository at this point
Copy the full SHA cda1f38View commit details
Commits on Jul 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eb6fa01 - Browse repository at this point
Copy the full SHA eb6fa01View commit details
Commits on Jul 23, 2024
-
Corrected location for architecture guides (nephio-project#156)
Corrected location for architecture guides
Configuration menu - View commit details
-
Copy full SHA for f45e0e4 - Browse repository at this point
Copy the full SHA f45e0e4View commit details
Commits on Aug 8, 2024
-
Instructions for VM debug setup of Porch (nephio-project#158)
See also nephio-project/porch#89 --------- Co-authored-by: Gergely Csatari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ea0000a - Browse repository at this point
Copy the full SHA ea0000aView commit details -
Adding the description to Adding an external Git CaBundle (nephio-pro…
…ject#160) From https://raw.githubusercontent.com/nephio-project/porch/v3.0.0/docs/adding-external-git-ca-bundle.md --------- Signed-off-by: Gergely Csatari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2c720e3 - Browse repository at this point
Copy the full SHA 2c720e3View commit details
Commits on Aug 15, 2024
-
Language corrections to R1 Release Notes. (nephio-project#152)
Signed-off-by: Michael Greaves <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2da6850 - Browse repository at this point
Copy the full SHA 2da6850View commit details
Commits on Aug 29, 2024
-
Add contributor guide for documentation (nephio-project#164)
Signed-off-by: Gergely Csatari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b9a1f1b - Browse repository at this point
Copy the full SHA b9a1f1bView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for e212688 - Browse repository at this point
Copy the full SHA e212688View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6827a9b - Browse repository at this point
Copy the full SHA 6827a9bView commit details -
language corrections for Nephio (nephio-project#162)
Signed-off-by: Michael Greaves <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b5a8fd5 - Browse repository at this point
Copy the full SHA b5a8fd5View commit details
Commits on Sep 5, 2024
-
Correcting a typo in the contributors-guide folder name (nephio-proje…
…ct#161) Signed-off-by: Gergely Csatari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 41fb7ab - Browse repository at this point
Copy the full SHA 41fb7abView commit details -
Adding offline search option using Lunr (nephio-project#167)
Signed-off-by: Gergely Csatari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5aa6a97 - Browse repository at this point
Copy the full SHA 5aa6a97View commit details
Commits on Sep 12, 2024
-
Removal of reference to the VSCode workspace file (nephio-project#170)
It was removed in nephio-project/porch#107 Signed-off-by: Gergely Csatari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8eb30c4 - Browse repository at this point
Copy the full SHA 8eb30c4View commit details -
Now without a token Signed-off-by: Gergely Csatari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2416f22 - Browse repository at this point
Copy the full SHA 2416f22View commit details -
Signed-off-by: Gergely Csatari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d4e58a - Browse repository at this point
Copy the full SHA 0d4e58aView commit details -
Adding the first batch of allowed words
Signed-off-by: Gergely Csatari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f8bede - Browse repository at this point
Copy the full SHA 8f8bedeView commit details -
Signed-off-by: Gergely Csatari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd2867a - Browse repository at this point
Copy the full SHA bd2867aView commit details
Commits on Sep 13, 2024
-
Signed-off-by: Gergely Csatari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 219975f - Browse repository at this point
Copy the full SHA 219975fView commit details -
Signed-off-by: Gergely Csatari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c14f244 - Browse repository at this point
Copy the full SHA c14f244View commit details -
Moving the .vale folder to the repo root
Signed-off-by: Gergely Csatari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f83eee - Browse repository at this point
Copy the full SHA 5f83eeeView commit details -
Adding a token and changing config
Signed-off-by: Gergely Csatari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b5301a3 - Browse repository at this point
Copy the full SHA b5301a3View commit details -
Signed-off-by: Gergely Csatari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 75aab61 - Browse repository at this point
Copy the full SHA 75aab61View commit details -
Signed-off-by: Gergely Csatari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8fafceb - Browse repository at this point
Copy the full SHA 8fafcebView commit details -
Hopefully adding the corect token
Signed-off-by: Gergely Csatari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2309b32 - Browse repository at this point
Copy the full SHA 2309b32View commit details -
Limiting to the places where the content is
Signed-off-by: Gergely Csatari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 12ff4b7 - Browse repository at this point
Copy the full SHA 12ff4b7View commit details -
Signed-off-by: Gergely Csatari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0b3d49e - Browse repository at this point
Copy the full SHA 0b3d49eView commit details -
Signed-off-by: Gergely Csatari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for df26213 - Browse repository at this point
Copy the full SHA df26213View commit details -
Signed-off-by: Gergely Csatari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f300756 - Browse repository at this point
Copy the full SHA f300756View commit details -
Signed-off-by: Gergely Csatari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 90ce005 - Browse repository at this point
Copy the full SHA 90ce005View commit details
Commits on Sep 18, 2024
-
Apply suggestions from code review
Co-authored-by: Rado Chmiel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 389f9f5 - Browse repository at this point
Copy the full SHA 389f9f5View commit details -
Inline commands (nephio-project#171)
Fixed in-line commands --------- Signed-off-by: Schweier Dominika <[email protected]> Signed-off-by: Dominika Schweier <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7c723c3 - Browse repository at this point
Copy the full SHA 7c723c3View commit details
Commits on Sep 19, 2024
-
Apply suggestions from code review
Co-authored-by: Rado Chmiel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 97376ff - Browse repository at this point
Copy the full SHA 97376ffView commit details
Commits on Sep 26, 2024
-
Update .github/workflows/proofreading-vale.yml
Co-authored-by: Rado Chmiel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 69ca291 - Browse repository at this point
Copy the full SHA 69ca291View commit details -
R2 Release Notes language corrections. (nephio-project#169)
Signed-off-by: Michael Greaves <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bc652c9 - Browse repository at this point
Copy the full SHA bc652c9View commit details
Commits on Oct 1, 2024
-
Merge pull request nephio-project#172 from nokia/automatic-proofreading
Automatic proofreading
Configuration menu - View commit details
-
Copy full SHA for a1a088a - Browse repository at this point
Copy the full SHA a1a088aView commit details
Commits on Oct 5, 2024
-
Fixing some of the linting erorrs
Signed-off-by: Gergely Csatari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 21666bd - Browse repository at this point
Copy the full SHA 21666bdView commit details -
Signed-off-by: Gergely Csatari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8199a5b - Browse repository at this point
Copy the full SHA 8199a5bView commit details -
Hopefully correctly ignoring iframes
Signed-off-by: Gergely Csatari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f48a37 - Browse repository at this point
Copy the full SHA 6f48a37View commit details
Commits on Oct 6, 2024
-
Changing reporter and error level
Signed-off-by: Gergely Csatari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 39469ec - Browse repository at this point
Copy the full SHA 39469ecView commit details -
Maybe fixing the workflow file
Signed-off-by: Gergely Csatari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2aa783c - Browse repository at this point
Copy the full SHA 2aa783cView commit details
Commits on Oct 22, 2024
-
Signed-off-by: Gergely Csatari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 526fc88 - Browse repository at this point
Copy the full SHA 526fc88View commit details -
Signed-off-by: Gergely Csatari <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 350118e - Browse repository at this point
Copy the full SHA 350118eView commit details