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

Better navigation to "Next Step" in the documentation #18990

Merged
merged 9 commits into from
Feb 13, 2024
Merged

Conversation

salihozkara
Copy link
Member

@salihozkara salihozkara commented Feb 12, 2024

Description

Resolves #17775

image
image
image

Checklist

  • I fully tested it as developer
  • I documented it (or no need to document or I will create a separate documentation issue)

How to test it?

1-)

//[doc-nav]
{
   "Next": {
     "Name": "Running the solution",
     "Path": "Getting-Started-Running-Solution-Single-Layer"
   }
}

add your document a json like this.(I recommend you test it in a project that uses File System. Otherwise, you will have to commit it on GitHub.)
2-) Run project

@salihozkara salihozkara changed the title Issue 17775 Better navigation to "Next Step" in the documentation Feb 12, 2024
Copy link

codecov bot commented Feb 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (211c96b) 51.68% compared to head (938cacc) 51.58%.
Report is 59 commits behind head on dev.

❗ Current head 938cacc differs from pull request most recent head 1a7d114. Consider uploading reports for the commit 1a7d114 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##              dev   #18990      +/-   ##
==========================================
- Coverage   51.68%   51.58%   -0.11%     
==========================================
  Files        3092     3093       +1     
  Lines       98045    98223     +178     
  Branches     7819     7852      +33     
==========================================
- Hits        50677    50668       -9     
- Misses      45818    46003     +185     
- Partials     1550     1552       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hikalkan
Copy link
Member

It looks good to me. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Better navigation to "Next Step" in the documentation
3 participants