Description:
The </> View Source links on the documentation pages do not direct to the main branch but instead open a specific commit or branch. For example, on the page MeasurementType, the </> link:
View Source
opens the 671b91c commit instead of the main branch. This inconsistency may cause confusion, especially if users are expecting the latest code.
This issue appears to impact all pages in the documentation.
Steps to Reproduce:
Navigate to MeasurementType.
Click on the </> View Source link.
Observe that the link points to a specific commit (671b91c) rather than the main branch.
Expected Behavior:
The </> View Source links should direct users to the file in the main branch, ensuring they view the latest code.
Actual Behavior:
The links point to a specific commit or branch, which may not reflect the latest code.
Impact:
This could lead to confusion if users assume the referenced code is up-to-date but instead view an older version tied to a specific commit. It also complicates navigation for those seeking the latest source code.
Description:
The </> View Source links on the documentation pages do not direct to the main branch but instead open a specific commit or branch. For example, on the page MeasurementType, the </> link:
View Source
opens the 671b91c commit instead of the main branch. This inconsistency may cause confusion, especially if users are expecting the latest code.
This issue appears to impact all pages in the documentation.
Steps to Reproduce:
Navigate to MeasurementType.
Click on the </> View Source link.
Observe that the link points to a specific commit (671b91c) rather than the main branch.
Expected Behavior:
The </> View Source links should direct users to the file in the main branch, ensuring they view the latest code.
Actual Behavior:
The links point to a specific commit or branch, which may not reflect the latest code.
Impact:
This could lead to confusion if users assume the referenced code is up-to-date but instead view an older version tied to a specific commit. It also complicates navigation for those seeking the latest source code.