cloud-barista / docs

Cloud-Barista Community's materials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check and correct links due to document management directory changes

yunkon-kim opened this issue · comments

Depending on the organization's decision, there will be changes to the directory structure.

This will cause issues with referencing links within the organization.

Therefore, we try to check and correct the links in each repository and wiki.

Work will be carried out sequentially.

(As-Is)

technical_docs
    ├── API
    ├── design
    ├── features
    └── requirements

(To-Be)

technical_docs
    ├── cloud-barista  
    │    ├── API
    │    ├── design
    │    ├── features
    │    └── requirements
    └── cloud-migrator
         ├── API
         ├── design
         ├── features
         └── requirements

@powerkimhub

Early 배포가 예정되어 있어, cb-spider repo 및 wiki를 우선 확인하였습니다.

(Repo) technical_docs 관련 경로는 검색되지 않았습니다.

(Wiki) 아래 한 부분이 검색 되었습니다.

Wiki 이므로 바로 반영하겠습니다.
_Sidebar.md

-    * [How to add a new API to the gRPC Go API](https://github.com/cloud-barista/docs/blob/master/technical_docs/API/CB-User_gRPC-Go-API-update_guide.md)
+    * [How to add a new API to the gRPC Go API](https://github.com/cloud-barista/docs/blob/master/technical_docs/cloud-barista/API/CB-User_gRPC-Go-API-update_guide.md)

@yunkon-kim

  • 넵, 감사합니다.

@seokho-son

cb-tumblebug repo에서 technical_docs 관련 경로는 검색되지 않았습니다.

technical_docs는 CB-Tumblebug-User_interface.md 파일에서 2곳 수하였습니다.

(별도로) wiki clone시 invalid path 이슈가 발생하여, 아래 wiki의 파일명을 수정하였습니다. 아래 문서들을 참조하는 repo내 파일 또는 wiki는 없는것까지 확인하였습니다.

  • 'Call-chains-of-functions-in-src-core-mcis-*.go.md' -> Call chains of functions in src core mcis
  • 'Info:-Go-struct---JSON-field-name-match-table.md' -> [Info] Go struct JSON field name match table
  • 'Info:-How-to-update-Swagger-annotations-in-CB-Tumblebug.md' -> [Info] How to update Swagger annotations in CB
  • 'func-check*-{Ns,-Mcis,-Vm,-Resource}.md' -> func check, all of Ns, Mcis, Vm, Resource

I guess this issue has been resolved. :)
let me close, feel free to reopen if neccessary.