[Nexthop] Improve FBOSS BSP Mapping documentation#963
Open
marif-nexthop wants to merge 1 commit intofacebook:mainfrom
Open
[Nexthop] Improve FBOSS BSP Mapping documentation#963marif-nexthop wants to merge 1 commit intofacebook:mainfrom
marif-nexthop wants to merge 1 commit intofacebook:mainfrom
Conversation
Improved BSP Mapping documentation. - The [documentation for BSP Mapping](https://facebook.github.io/fboss/docs/developing/bsp_mapping/) does not list input files. - The [documentation for BSP Mapping](https://facebook.github.io/fboss/docs/developing/bsp_mapping/) does not list the steps to modify Parser.h/Main.cpp. In this PR more information was added to BSP Mapping section of FBOSS OSS docs.
|
@lohithchittineni has imported this pull request. If you are a Meta employee, you can view this in D94938899. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pre-submission checklist
pip install -r requirements-dev.txt && pre-commit installpre-commit runSummary
Improved BSP Mapping documentation.
Currently the documentation for BSP Mapping is missing some important information:
Parser.h/Main.cpp.In this PR more information was added to improve BSP Mapping documentation based on the current implementation.
Test Plan
N/A (Documentation only PR).
Tested it in a local Docusourus instance.