# File lib/yard/server/doc_server_helper.rb, line 47
      def url_for_main
        if options.frames && !options.command.path.empty?
          File.join('', base_path(router.docs_prefix), options.command.path)
        else
          options.readme ? url_for_file(options.readme) : url_for_index
        end
      end