Jump to content
Spoiler
Spoiler

Obligatory PC specs

CPU: Intel Core i5-6600K 3.5GHz
CPU Cooler: Corsair H50
Motherboard: Asus Z170-E ATX LGA1151
Memory: G.Skill Ripjaws 4 Series 16GB (2 x 8GB)
Storage: ADATA Premier SP550 240GB
Storage: Western Digital Blue 500GB
Storage: Western Digital BLACK SERIES 1TB
Video Card: Gigabyte GeForce GTX 1060 6GB 6GB G1
Case: Fractal Design Define S
Power Supply: Corsair CSM 550W

Spoiler
If you are new please read the CoC!

 Please FOLLOW YOUR OWN THREADS!


 Quote people when replying to them.


PLEASE SELECT 'AUTOMATIC' FOR FONT COLOR FOR DARK THEME USERS.


 Mark your problem as solved if answered and like all helpful information.


 DO NOT QUOTE IMAGES(!) just type -pic- or tag them as spoiler.


Don't criticize people for asking "stupid question".


There is actually a hidden search feature on the forums here: Search 


IT DOESN'T MATTER IF YOU'RE A FANBOY/FANGIRL. WHAT MATTERS IS THAT YOU DON'T LET THAT EFFECT YOUR HARDWARE RECOMMENDATIONS.


DO NOT POST SPAM!

Link to post
Share on other sites

Documentation pages (assuming we're talking about code documentation) are usualy generated from the source code itself.

 

Most of the well known and widely used languages even come with a tool for doing so, like javadoc for Java, or phpdoc for PHP.

 

Basically, all you have to do is comment your source code well, then run the tool and boom, you've got yourself a nice documentation generated.

Link to post
Share on other sites

Documentation pages (assuming we're talking about code documentation) are usualy generated from the source code itself.

 

Most of the well known and widely used languages even come with a tool for doing so, like javadoc for Java, or phpdoc for PHP.

 

Basically, all you have to do is comment your source code well, then run the tool and boom, you've got yourself a nice documentation generated.

Not in all cases, and I prefer to add my own flair persoanlly.

And I don't think he even specified it was for software.

.

Link to post
Share on other sites

Link to post
Share on other sites

I couldn't find any on themforest, where would I look under?

 

I need it to work as an html file for offline use.

I can't find at first glance either. Must not be an in-demand type of thing. There's a lot of pages for software, but not documentation...hmm...may not be the place then. I don't exactly know where to look for that kind of thing, it's the type of thing I'd do myself. Sorry. There may be a multipurpose/customizable theme you could use, but I'd look elsewhere first.

.

Link to post
Share on other sites

I can't find at first glance either. Must not be an in-demand type of thing. There's a lot of pages for software, but not documentation...hmm...may not be the place then. I don't exactly know where to look for that kind of thing, it's the type of thing I'd do myself. Sorry. There may be a multipurpose/customizable theme you could use, but I'd look elsewhere first.

Thanks, will keep looking.

Link to post
Share on other sites

If you are new to HTML/JS coding, here are some tips. 

 

Go download and read HTML5 boilerplate NOW  http://html5boilerplate.com/

Use Chromes dev tools or firebug to read the source code of some websites.

Learn a CMS (Wordpress would be my pick for PHP) (keystonejs would be my pick for Node.js)

Link to post
Share on other sites

If you are new to HTML/JS coding, here are some tips. 

 

Go download and read HTML5 boilerplate NOW  http://html5boilerplate.com/

Use Chromes dev tools or firebug to read the source code of some websites.

Learn a CMS (Wordpress would be my pick for PHP) (keystonejs would be my pick for Node.js)

Don't have time to learn it really, just need something fast. (And it needs to look good) I am sure there are templates out there, just don't know here to look.

Link to post
Share on other sites

Run your wordpress theme of choice -> View source-> copy -> paste

Normally that would work great, but don't have the time to work with wordpress and get the result I want. Need a professional looking html template as fast as possible. Hopefully I can find one. Thank you though!

Link to post
Share on other sites

Normally that would work great, but don't have the time to work with wordpress and get the result I want. Need a professional looking html template as fast as possible. Hopefully I can find one. Thank you though!

Then look at someone else's template and use the source : or buy a template.

 

 I quite like this one 

Link to post
Share on other sites

Then look at someone else's template and use the source : or buy a template.

 

 I quite like this one 

Not looking for a website theme, just a template for a help documentation file. Like this: http://cogumelosoftworks.com/motiontool/Introduction

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×