Kris Stern

Results 354 comments of Kris Stern

Currently the images are not showing yet in the preview version at https://deploy-preview-5888--jenkins-io-site-pr.netlify.app/doc/book/updating and some pages like [the one on Windows](https://deploy-preview-5888--jenkins-io-site-pr.netlify.app/doc/book/updating/windows) appear to need some polish up (like with additional...

For an example of a working link to images: ``` [.boxshadow] image:tutorials/setup-jenkins-02-unlock-jenkins-page.png[alt="Unlock Jenkins page",width=80%] ``` This is taken from https://raw.githubusercontent.com/jenkins-infra/jenkins.io/master/content/doc/book/installing/windows.adoc

> I'll also correct the heading size as right now the page looks like a mess Sure, sounds like a good idea

You have for the image link now for example: `image::/content/images/updating/check-jenkins-version.png[alt="Checking Version of Updated Jenkins Instance",width=80%]` I think it should really be like the following with boxshadow to keep the styling...

And @Vandit1604 You may want to put your image in here instead: https://github.com/jenkins-infra/jenkins.io/tree/master/content/doc/book/resources

> > You have for the image link now for example: `image::/content/images/updating/check-jenkins-version.png[alt="Checking Version of Updated Jenkins Instance",width=80%]` > > I think it should really be like the following with boxshadow...

@Vandit1604 The paths you are using are currently all broken paths.

You may want to clean up this PR with the extra commits not intended for this PR.

The only concern I have regarding CSS is the overlapping layout here for the Linux upgrading instructions, but it is not fatal, at least for now:

@Vandit1604 There is actually a quicker way to commit suggested changes on GitHub in batch. Next time, directly do to the `Files Changed` tab and add the changes one-by-one to...